Shades of Chrome White #CBC7B8
Tints of Chrome White #CBC7B8
RGB
CMYK
RGB Variations
Color information
#CBC7B8 (or 0xCBC7B8) is known color: Chrome White. HEX triplet: CB, C7 and B8. RGB value is (203,199,184). Sum of RGB (Red+Green+Blue) = 203+199+184=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7B8 is #343847. Grayscale: #C6C6C6. Windows color (decimal): -3422280 or 12109771. OLE color: 12109771.
HSL color Cylindrical-coordinate representation of color #CBC7B8: hue angle of 47.37º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC7B8 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 184 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.20 |
| HSL | 47.37º | 0.15% | 0.76% | - |
| HSV(B) | 47.37º | 0.09% | 0.8% | - |
| XYZ | 53.7 | 57 | 53.52 | - |
| YUV | 198.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 184 | 0 | 0.02 | 0.09 | 0.20 | 47.37 | 0.15 | 0.76 |
| Hex | CB | C7 | B8 | 0 | 2 | 9 | 14 | 2F | F | 4C |
| Octal | 313 | 307 | 270 | 0 | 2 | 11 | 24 | 57 | 17 | 114 |
| Binary | 11001011 | 11000111 | 10111000 | 0 | 10 | 1001 | 10100 | 101111 | 1111 | 1001100 |
Color Harmonies of #CBC7B8
Complementary color
Monochromatic Colors of #CBC7B8
Black with #CBC7B8
Text Example
Text Example
White with #CBC7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7B8; }
p { color: rgb(203,199,184); }
H1.HeaderClassName
{
color: #CBC7B8;
}
.AnyTagClassName
{
color: #CBC7B8;
}
</style>
background-color css
<style>
a { background-color: #CBC7B8; }
a { background-color: rgb(203,199,184); }
div.DivClassName
{
background-color: #CBC7B8;
}
.BgClassName
{
background-color: #CBC7B8;
}
</style>
border-color css
<style>
span { border-color: #CBC7B8; }
span { border-color: rgb(203,199,184); }
td.TdClassName
{
border-color: #CBC7B8;
}
.TagClassName
{
border-color: #CBC7B8;
}
</style>