#CEC995

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

Shades of Tahuna Sands #CEC995

Tints of Tahuna Sands #CEC995

Color information

#CEC995 (or 0xCEC995) is unknown color: approx Tahuna Sands. HEX triplet: CE, C9 and 95. RGB value is (206,201,149). Sum of RGB (Red+Green+Blue) = 206+201+149=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC995 is #31366A. Grayscale: #C4C4C4. Windows color (decimal): -3225195 or 9816526. OLE color: 9816526.

HSL color Cylindrical-coordinate representation of color #CEC995: hue angle of 54.74º 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 #CEC995 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB206201149-
CMYK00.020.280.19
HSL54.74º36.77%69.61%-
HSV(B)54.74º27.67%80.78%-
XYZ51.7757.0736.72-
YUV196.57101.16134.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 201 (78.91% from 255) = 36.15%
BLUE value IS 149 (58.59% from 255) = 26.80%
R=37.05%
G=36.15%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620114900.020.280.1954.7436.7769.61
HexCEC995021C13372546
Octal3163112250234236745106
Binary11001110110010011001010101011100100111101111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC995; }

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

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

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

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

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

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

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

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