Shades of Chrome White #CECAB7
Tints of Chrome White #CECAB7
RGB
CMYK
RGB Variations
Color information
#CECAB7 (or 0xCECAB7) is known color: Chrome White. HEX triplet: CE, CA and B7. RGB value is (206,202,183). Sum of RGB (Red+Green+Blue) = 206+202+183=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAB7 is #313548. Grayscale: #C9C9C9. Windows color (decimal): -3224905 or 12045006. OLE color: 12045006.
HSL color Cylindrical-coordinate representation of color #CECAB7: hue angle of 49.57º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CECAB7 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 183 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.19 |
| HSL | 49.57º | 0.19% | 0.76% | - |
| HSV(B) | 49.57º | 0.11% | 0.81% | - |
| XYZ | 55.12 | 58.78 | 53.24 | - |
| YUV | 201.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 183 | 0 | 0.02 | 0.11 | 0.19 | 49.57 | 0.19 | 0.76 |
| Hex | CE | CA | B7 | 0 | 2 | B | 13 | 32 | 13 | 4C |
| Octal | 316 | 312 | 267 | 0 | 2 | 13 | 23 | 62 | 23 | 114 |
| Binary | 11001110 | 11001010 | 10110111 | 0 | 10 | 1011 | 10011 | 110010 | 10011 | 1001100 |
Color Harmonies of #CECAB7
Complementary color
Monochromatic Colors of #CECAB7
Black with #CECAB7
Text Example
Text Example
White with #CECAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAB7; }
p { color: rgb(206,202,183); }
H1.HeaderClassName
{
color: #CECAB7;
}
.AnyTagClassName
{
color: #CECAB7;
}
</style>
background-color css
<style>
a { background-color: #CECAB7; }
a { background-color: rgb(206,202,183); }
div.DivClassName
{
background-color: #CECAB7;
}
.BgClassName
{
background-color: #CECAB7;
}
</style>
border-color css
<style>
span { border-color: #CECAB7; }
span { border-color: rgb(206,202,183); }
td.TdClassName
{
border-color: #CECAB7;
}
.TagClassName
{
border-color: #CECAB7;
}
</style>