Shades of Chrome White #CBC7BA
Tints of Chrome White #CBC7BA
RGB
CMYK
RGB Variations
Color information
#CBC7BA (or 0xCBC7BA) is known color: Chrome White. HEX triplet: CB, C7 and BA. RGB value is (203,199,186). Sum of RGB (Red+Green+Blue) = 203+199+186=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7BA is #343845. Grayscale: #C6C6C6. Windows color (decimal): -3422278 or 12240843. OLE color: 12240843.
HSL color Cylindrical-coordinate representation of color #CBC7BA: hue angle of 45.88º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBC7BA is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 186 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.20 |
| HSL | 45.88º | 0.14% | 0.76% | - |
| HSV(B) | 45.88º | 0.08% | 0.8% | - |
| XYZ | 53.91 | 57.09 | 54.63 | - |
| YUV | 198.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 186 | 0 | 0.02 | 0.08 | 0.20 | 45.88 | 0.14 | 0.76 |
| Hex | CB | C7 | BA | 0 | 2 | 8 | 14 | 2E | E | 4C |
| Octal | 313 | 307 | 272 | 0 | 2 | 10 | 24 | 56 | 16 | 114 |
| Binary | 11001011 | 11000111 | 10111010 | 0 | 10 | 1000 | 10100 | 101110 | 1110 | 1001100 |
Color Harmonies of #CBC7BA
Complementary color
Monochromatic Colors of #CBC7BA
Black with #CBC7BA
Text Example
Text Example
White with #CBC7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7BA; }
p { color: rgb(203,199,186); }
H1.HeaderClassName
{
color: #CBC7BA;
}
.AnyTagClassName
{
color: #CBC7BA;
}
</style>
background-color css
<style>
a { background-color: #CBC7BA; }
a { background-color: rgb(203,199,186); }
div.DivClassName
{
background-color: #CBC7BA;
}
.BgClassName
{
background-color: #CBC7BA;
}
</style>
border-color css
<style>
span { border-color: #CBC7BA; }
span { border-color: rgb(203,199,186); }
td.TdClassName
{
border-color: #CBC7BA;
}
.TagClassName
{
border-color: #CBC7BA;
}
</style>