Shades of Chrome White #CBC6B4
Tints of Chrome White #CBC6B4
RGB
CMYK
RGB Variations
Color information
#CBC6B4 (or 0xCBC6B4) is known color: Chrome White. HEX triplet: CB, C6 and B4. RGB value is (203,198,180). Sum of RGB (Red+Green+Blue) = 203+198+180=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6B4 is #34394B. Grayscale: #C5C5C5. Windows color (decimal): -3422540 or 11847371. OLE color: 11847371.
HSL color Cylindrical-coordinate representation of color #CBC6B4: hue angle of 46.96º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBC6B4 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 180 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.20 |
| HSL | 46.96º | 0.18% | 0.75% | - |
| HSV(B) | 46.96º | 0.11% | 0.8% | - |
| XYZ | 53.06 | 56.38 | 51.27 | - |
| YUV | 197.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 180 | 0 | 0.02 | 0.11 | 0.20 | 46.96 | 0.18 | 0.75 |
| Hex | CB | C6 | B4 | 0 | 2 | B | 14 | 2F | 12 | 4B |
| Octal | 313 | 306 | 264 | 0 | 2 | 13 | 24 | 57 | 22 | 113 |
| Binary | 11001011 | 11000110 | 10110100 | 0 | 10 | 1011 | 10100 | 101111 | 10010 | 1001011 |
Color Harmonies of #CBC6B4
Complementary color
Monochromatic Colors of #CBC6B4
Black with #CBC6B4
Text Example
Text Example
White with #CBC6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6B4; }
p { color: rgb(203,198,180); }
H1.HeaderClassName
{
color: #CBC6B4;
}
.AnyTagClassName
{
color: #CBC6B4;
}
</style>
background-color css
<style>
a { background-color: #CBC6B4; }
a { background-color: rgb(203,198,180); }
div.DivClassName
{
background-color: #CBC6B4;
}
.BgClassName
{
background-color: #CBC6B4;
}
</style>
border-color css
<style>
span { border-color: #CBC6B4; }
span { border-color: rgb(203,198,180); }
td.TdClassName
{
border-color: #CBC6B4;
}
.TagClassName
{
border-color: #CBC6B4;
}
</style>