#CECB98

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

Shades of Tahuna Sands #CECB98

Tints of Tahuna Sands #CECB98

Color information

#CECB98 (or 0xCECB98) is unknown color: approx Tahuna Sands. HEX triplet: CE, CB and 98. RGB value is (206,203,152). Sum of RGB (Red+Green+Blue) = 206+203+152=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB98 is #313467. Grayscale: #C6C6C6. Windows color (decimal): -3224680 or 10013646. OLE color: 10013646.

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

Color convert

RGB206203152-
CMYK00.010.260.19
HSL56.67º35.53%70.2%-
HSV(B)56.67º26.21%80.78%-
XYZ52.4858.138.15-
YUV198.08101.99133.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.72%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 152 (59.77% from 255) = 27.09%
R=36.72%
G=36.19%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620315200.010.260.1956.6735.5370.2
HexCECB98011A13392446
Octal3163132300132237144106
Binary1100111011001011100110000111010100111110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECB98; }

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

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

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

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

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

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

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

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