#CEC996

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

Shades of Tahuna Sands #CEC996

Tints of Tahuna Sands #CEC996

Color information

#CEC996 (or 0xCEC996) is unknown color: approx Tahuna Sands. HEX triplet: CE, C9 and 96. RGB value is (206,201,150). Sum of RGB (Red+Green+Blue) = 206+201+150=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC996 is #313669. Grayscale: #C4C4C4. Windows color (decimal): -3225194 or 9882062. OLE color: 9882062.

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

Color convert

RGB206201150-
CMYK00.020.270.19
HSL54.64º36.36%69.8%-
HSV(B)54.64º27.18%80.78%-
XYZ51.8557.137.14-
YUV196.68101.66134.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 150 (58.98% from 255) = 26.93%
R=36.98%
G=36.09%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620115000.020.270.1954.6436.3669.8
HexCEC996021B13372446
Octal3163112260233236744106
Binary11001110110010011001011001011011100111101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC996; }

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

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

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

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

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

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

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

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