#CECC95

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

Shades of Tahuna Sands #CECC95

Tints of Tahuna Sands #CECC95

Color information

#CECC95 (or 0xCECC95) is unknown color: approx Tahuna Sands. HEX triplet: CE, CC and 95. RGB value is (206,204,149). Sum of RGB (Red+Green+Blue) = 206+204+149=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC95 is #31336A. Grayscale: #C6C6C6. Windows color (decimal): -3224427 or 9817294. OLE color: 9817294.

HSL color Cylindrical-coordinate representation of color #CECC95: hue angle of 57.89º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CECC95 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB206204149-
CMYK00.010.280.19
HSL57.89º36.77%69.61%-
HSV(B)57.89º27.67%80.78%-
XYZ52.4758.4836.96-
YUV198.33100.16133.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 149 (58.59% from 255) = 26.65%
R=36.85%
G=36.49%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620414900.010.280.1957.8936.7769.61
HexCECC95011C133a2546
Octal3163142250134237245106
Binary1100111011001100100101010111100100111110101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECC95; }

 p { color: rgb(206,204,149); }

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

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

 a { background-color: rgb(206,204,149); }

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

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

 span { border-color: rgb(206,204,149); }

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