Shades of Chrome White #CFCBB8
Tints of Chrome White #CFCBB8
RGB
CMYK
RGB Variations
Color information
#CFCBB8 (or 0xCFCBB8) is known color: Chrome White. HEX triplet: CF, CB and B8. RGB value is (207,203,184). Sum of RGB (Red+Green+Blue) = 207+203+184=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBB8 is #303447. Grayscale: #CACACA. Windows color (decimal): -3159112 or 12110799. OLE color: 12110799.
HSL color Cylindrical-coordinate representation of color #CFCBB8: hue angle of 49.57º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFCBB8 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 184 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.19 |
| HSL | 49.57º | 0.19% | 0.77% | - |
| HSV(B) | 49.57º | 0.11% | 0.81% | - |
| XYZ | 55.74 | 59.44 | 53.88 | - |
| YUV | 202.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 184 | 0 | 0.02 | 0.11 | 0.19 | 49.57 | 0.19 | 0.77 |
| Hex | CF | CB | B8 | 0 | 2 | B | 13 | 32 | 13 | 4D |
| Octal | 317 | 313 | 270 | 0 | 2 | 13 | 23 | 62 | 23 | 115 |
| Binary | 11001111 | 11001011 | 10111000 | 0 | 10 | 1011 | 10011 | 110010 | 10011 | 1001101 |
Color Harmonies of #CFCBB8
Complementary color
Monochromatic Colors of #CFCBB8
Black with #CFCBB8
Text Example
Text Example
White with #CFCBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBB8; }
p { color: rgb(207,203,184); }
H1.HeaderClassName
{
color: #CFCBB8;
}
.AnyTagClassName
{
color: #CFCBB8;
}
</style>
background-color css
<style>
a { background-color: #CFCBB8; }
a { background-color: rgb(207,203,184); }
div.DivClassName
{
background-color: #CFCBB8;
}
.BgClassName
{
background-color: #CFCBB8;
}
</style>
border-color css
<style>
span { border-color: #CFCBB8; }
span { border-color: rgb(207,203,184); }
td.TdClassName
{
border-color: #CFCBB8;
}
.TagClassName
{
border-color: #CFCBB8;
}
</style>