Shades of Chrome White #CBC8BB
Tints of Chrome White #CBC8BB
RGB
CMYK
RGB Variations
Color information
#CBC8BB (or 0xCBC8BB) is known color: Chrome White. HEX triplet: CB, C8 and BB. RGB value is (203,200,187). Sum of RGB (Red+Green+Blue) = 203+200+187=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8BB is #343744. Grayscale: #C7C7C7. Windows color (decimal): -3422021 or 12306635. OLE color: 12306635.
HSL color Cylindrical-coordinate representation of color #CBC8BB: hue angle of 48.75º degrees, saturation: 0.13, 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 #CBC8BB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 187 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.20 |
| HSL | 48.75º | 0.13% | 0.76% | - |
| HSV(B) | 48.75º | 0.08% | 0.8% | - |
| XYZ | 54.25 | 57.59 | 55.27 | - |
| YUV | 199.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 187 | 0 | 0.01 | 0.08 | 0.20 | 48.75 | 0.13 | 0.76 |
| Hex | CB | C8 | BB | 0 | 1 | 8 | 14 | 31 | D | 4C |
| Octal | 313 | 310 | 273 | 0 | 1 | 10 | 24 | 61 | 15 | 114 |
| Binary | 11001011 | 11001000 | 10111011 | 0 | 1 | 1000 | 10100 | 110001 | 1101 | 1001100 |
Color Harmonies of #CBC8BB
Complementary color
Monochromatic Colors of #CBC8BB
Black with #CBC8BB
Text Example
Text Example
White with #CBC8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8BB; }
p { color: rgb(203,200,187); }
H1.HeaderClassName
{
color: #CBC8BB;
}
.AnyTagClassName
{
color: #CBC8BB;
}
</style>
background-color css
<style>
a { background-color: #CBC8BB; }
a { background-color: rgb(203,200,187); }
div.DivClassName
{
background-color: #CBC8BB;
}
.BgClassName
{
background-color: #CBC8BB;
}
</style>
border-color css
<style>
span { border-color: #CBC8BB; }
span { border-color: rgb(203,200,187); }
td.TdClassName
{
border-color: #CBC8BB;
}
.TagClassName
{
border-color: #CBC8BB;
}
</style>