Shades of Chrome White #CECAB9
Tints of Chrome White #CECAB9
RGB
CMYK
RGB Variations
Color information
#CECAB9 (or 0xCECAB9) is known color: 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
RGB | 206 | 202 | 185 | - |
CMYK | 0 | 0.02 | 0.10 | 0.19 |
HSL | 48.57º | 0.18% | 0.77% | - |
HSV(B) | 48.57º | 0.1% | 0.81% | - |
XYZ | 55.33 | 58.87 | 54.34 | - |
YUV | 201.26 | 118.83 | 131.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 185 | 0 | 0.02 | 0.10 | 0.19 | 48.57 | 0.18 | 0.77 |
Hex | CE | CA | B9 | 0 | 2 | A | 13 | 31 | 12 | 4D |
Octal | 316 | 312 | 271 | 0 | 2 | 12 | 23 | 61 | 22 | 115 |
Binary | 11001110 | 11001010 | 10111001 | 0 | 10 | 1010 | 10011 | 110001 | 10010 | 1001101 |
Color Harmonies of #CECAB9
Complementary color
Monochromatic Colors of #CECAB9
Black with #CECAB9
Text Example
Text Example
White with #CECAB9
Text Example
Text Example
HTML Codes & Css Web 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>