#CECB95

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

Shades of Tahuna Sands #CECB95

Tints of Tahuna Sands #CECB95

Color information

#CECB95 (or 0xCECB95) is unknown color: approx Tahuna Sands. HEX triplet: CE, CB and 95. RGB value is (206,203,149). Sum of RGB (Red+Green+Blue) = 206+203+149=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB95 is #31346A. Grayscale: #C5C5C5. Windows color (decimal): -3224683 or 9817038. OLE color: 9817038.

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

Color convert

RGB206203149-
CMYK00.010.280.19
HSL56.84º36.77%69.61%-
HSV(B)56.84º27.67%80.78%-
XYZ52.235836.88-
YUV197.74100.49133.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 149 (58.59% from 255) = 26.70%
R=36.92%
G=36.38%
B=26.70%

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
Decimal20620314900.010.280.1956.8436.7769.61
HexCECB95011C13392546
Octal3163132250134237145106
Binary1100111011001011100101010111100100111110011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECB95; }

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

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

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

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

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

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

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

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