Shades of Chrome White #CBC9BA
Tints of Chrome White #CBC9BA
RGB
CMYK
RGB Variations
Color information
#CBC9BA (or 0xCBC9BA) is known color: Chrome White. HEX triplet: CB, C9 and BA. RGB value is (203,201,186). Sum of RGB (Red+Green+Blue) = 203+201+186=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9BA is #343645. Grayscale: #C7C7C7. Windows color (decimal): -3421766 or 12241355. OLE color: 12241355.
HSL color Cylindrical-coordinate representation of color #CBC9BA: hue angle of 52.94º 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 #CBC9BA is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 186 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.20 |
| HSL | 52.94º | 0.14% | 0.76% | - |
| HSV(B) | 52.94º | 0.08% | 0.8% | - |
| XYZ | 54.38 | 58.01 | 54.79 | - |
| YUV | 199.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 186 | 0 | 0.01 | 0.08 | 0.20 | 52.94 | 0.14 | 0.76 |
| Hex | CB | C9 | BA | 0 | 1 | 8 | 14 | 35 | E | 4C |
| Octal | 313 | 311 | 272 | 0 | 1 | 10 | 24 | 65 | 16 | 114 |
| Binary | 11001011 | 11001001 | 10111010 | 0 | 1 | 1000 | 10100 | 110101 | 1110 | 1001100 |
Color Harmonies of #CBC9BA
Complementary color
Monochromatic Colors of #CBC9BA
Black with #CBC9BA
Text Example
Text Example
White with #CBC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9BA; }
p { color: rgb(203,201,186); }
H1.HeaderClassName
{
color: #CBC9BA;
}
.AnyTagClassName
{
color: #CBC9BA;
}
</style>
background-color css
<style>
a { background-color: #CBC9BA; }
a { background-color: rgb(203,201,186); }
div.DivClassName
{
background-color: #CBC9BA;
}
.BgClassName
{
background-color: #CBC9BA;
}
</style>
border-color css
<style>
span { border-color: #CBC9BA; }
span { border-color: rgb(203,201,186); }
td.TdClassName
{
border-color: #CBC9BA;
}
.TagClassName
{
border-color: #CBC9BA;
}
</style>