#CFC492

Color #CFC492 Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #CFC492

Tints of Tahuna Sands #CFC492

Color information

#CFC492 (or 0xCFC492) is unknown color: approx Tahuna Sands. HEX triplet: CF, C4 and 92. RGB value is (207,196,146). Sum of RGB (Red+Green+Blue) = 207+196+146=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC492 is #303B6D. Grayscale: #C1C1C1. Windows color (decimal): -3160942 or 9618639. OLE color: 9618639.

HSL color Cylindrical-coordinate representation of color #CFC492: hue angle of 49.18º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFC492 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB207196146-
CMYK00.050.290.19
HSL49.18º38.85%69.22%-
HSV(B)49.18º29.47%81.18%-
XYZ50.6654.8235.11-
YUV193.59101.14137.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 196 (76.95% from 255) = 35.70%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=37.70%
G=35.70%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719614600.050.290.1949.1838.8569.22
HexCFC492051D13312745
Octal3173042220535236147105
Binary110011111100010010010010010111101100111100011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC492; }

 p { color: rgb(207,196,146); }

 H1.HeaderClassName
 {
   color: #CFC492;
 }
 .AnyTagClassName
 {
   color: #CFC492;
 }
</style>
background-color css

<style>
 a { background-color: #CFC492; }

 a { background-color: rgb(207,196,146); }

 div.DivClassName
 {
   background-color: #CFC492;
 }
 .BgClassName
 {
   background-color: #CFC492;
 }
</style>
border-color css

<style>
 span { border-color: #CFC492; }

 span { border-color: rgb(207,196,146); }

 td.TdClassName
 {
   border-color: #CFC492;
 }
 .TagClassName
 {
   border-color: #CFC492;
 }
</style>