#CFC99C

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

Shades of Tahuna Sands #CFC99C

Tints of Tahuna Sands #CFC99C

Color information

#CFC99C (or 0xCFC99C) is unknown color: approx Tahuna Sands. HEX triplet: CF, C9 and 9C. RGB value is (207,201,156). Sum of RGB (Red+Green+Blue) = 207+201+156=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC99C is #303663. Grayscale: #C5C5C5. Windows color (decimal): -3159652 or 10275279. OLE color: 10275279.

HSL color Cylindrical-coordinate representation of color #CFC99C: hue angle of 52.94º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFC99C is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB207201156-
CMYK00.030.250.19
HSL52.94º34.69%71.18%-
HSV(B)52.94º24.64%81.18%-
XYZ52.6257.4439.77-
YUV197.66104.49134.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 201 (78.91% from 255) = 35.64%
BLUE value IS 156 (61.33% from 255) = 27.66%
R=36.70%
G=35.64%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720115600.030.250.1952.9434.6971.18
HexCFC99C031913352347
Octal3173112340331236543107
Binary11001111110010011001110001111001100111101011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC99C; }

 p { color: rgb(207,201,156); }

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

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

 a { background-color: rgb(207,201,156); }

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

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

 span { border-color: rgb(207,201,156); }

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