Shades of Chrome White #CBC6B0
Tints of Chrome White #CBC6B0
RGB
CMYK
RGB Variations
Color information
#CBC6B0 (or 0xCBC6B0) is known color: Chrome White. HEX triplet: CB, C6 and B0. RGB value is (203,198,176). Sum of RGB (Red+Green+Blue) = 203+198+176=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6B0 is #34394F. Grayscale: #C5C5C5. Windows color (decimal): -3422544 or 11585227. OLE color: 11585227.
HSL color Cylindrical-coordinate representation of color #CBC6B0: hue angle of 48.89º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC6B0 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 176 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.20 |
| HSL | 48.89º | 0.21% | 0.74% | - |
| HSV(B) | 48.89º | 0.13% | 0.8% | - |
| XYZ | 52.66 | 56.22 | 49.15 | - |
| YUV | 196.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 176 | 0 | 0.02 | 0.13 | 0.20 | 48.89 | 0.21 | 0.74 |
| Hex | CB | C6 | B0 | 0 | 2 | D | 14 | 31 | 15 | 4A |
| Octal | 313 | 306 | 260 | 0 | 2 | 15 | 24 | 61 | 25 | 112 |
| Binary | 11001011 | 11000110 | 10110000 | 0 | 10 | 1101 | 10100 | 110001 | 10101 | 1001010 |
Color Harmonies of #CBC6B0
Complementary color
Monochromatic Colors of #CBC6B0
Black with #CBC6B0
Text Example
Text Example
White with #CBC6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6B0; }
p { color: rgb(203,198,176); }
H1.HeaderClassName
{
color: #CBC6B0;
}
.AnyTagClassName
{
color: #CBC6B0;
}
</style>
background-color css
<style>
a { background-color: #CBC6B0; }
a { background-color: rgb(203,198,176); }
div.DivClassName
{
background-color: #CBC6B0;
}
.BgClassName
{
background-color: #CBC6B0;
}
</style>
border-color css
<style>
span { border-color: #CBC6B0; }
span { border-color: rgb(203,198,176); }
td.TdClassName
{
border-color: #CBC6B0;
}
.TagClassName
{
border-color: #CBC6B0;
}
</style>