#CECAB9

Color #CECAB9 Chrome White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chrome White #CECAB9

Tints of Chrome White #CECAB9

Color information

#CECAB9 (or 0xCECAB9) is unknown color: approx Chrome White. HEX triplet: CE, CA and B9. RGB value is (206,202,185). Sum of RGB (Red+Green+Blue) = 206+202+185=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAB9 is #313546. Grayscale: #C9C9C9. Windows color (decimal): -3224903 or 12176078. OLE color: 12176078.

HSL color Cylindrical-coordinate representation of color #CECAB9: hue angle of 48.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECAB9 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206202185-
CMYK00.020.100.19
HSL48.57º17.65%76.67%-
HSV(B)48.57º10.19%80.78%-
XYZ55.3358.8754.34-
YUV201.26118.83131.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 185 (72.66% from 255) = 31.20%
R=34.74%
G=34.06%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620218500.020.100.1948.5717.6576.67
HexCECAB902A1331124d
Octal3163122710212236122115
Binary110011101100101010111001010101010011110001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAB9; }

 p { color: rgb(206,202,185); }

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

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

 a { background-color: rgb(206,202,185); }

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

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

 span { border-color: rgb(206,202,185); }

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