Shades of Chrome White #CBC7B4
Tints of Chrome White #CBC7B4
RGB
CMYK
RGB Variations
Color information
#CBC7B4 (or 0xCBC7B4) is known color: Chrome White. HEX triplet: CB, C7 and B4. RGB value is (203,199,180). Sum of RGB (Red+Green+Blue) = 203+199+180=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 199 (78.12% from 255 or 34.19% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7B4 is #34384B. Grayscale: #C6C6C6. Windows color (decimal): -3422284 or 11847627. OLE color: 11847627.
HSL color Cylindrical-coordinate representation of color #CBC7B4: hue angle of 49.57º 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 #CBC7B4 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 180 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.20 |
| HSL | 49.57º | 0.18% | 0.75% | - |
| HSV(B) | 49.57º | 0.11% | 0.8% | - |
| XYZ | 53.29 | 56.84 | 51.34 | - |
| YUV | 198.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 180 | 0 | 0.02 | 0.11 | 0.20 | 49.57 | 0.18 | 0.75 |
| Hex | CB | C7 | B4 | 0 | 2 | B | 14 | 32 | 12 | 4B |
| Octal | 313 | 307 | 264 | 0 | 2 | 13 | 24 | 62 | 22 | 113 |
| Binary | 11001011 | 11000111 | 10110100 | 0 | 10 | 1011 | 10100 | 110010 | 10010 | 1001011 |
Color Harmonies of #CBC7B4
Complementary color
Monochromatic Colors of #CBC7B4
Black with #CBC7B4
Text Example
Text Example
White with #CBC7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7B4; }
p { color: rgb(203,199,180); }
H1.HeaderClassName
{
color: #CBC7B4;
}
.AnyTagClassName
{
color: #CBC7B4;
}
</style>
background-color css
<style>
a { background-color: #CBC7B4; }
a { background-color: rgb(203,199,180); }
div.DivClassName
{
background-color: #CBC7B4;
}
.BgClassName
{
background-color: #CBC7B4;
}
</style>
border-color css
<style>
span { border-color: #CBC7B4; }
span { border-color: rgb(203,199,180); }
td.TdClassName
{
border-color: #CBC7B4;
}
.TagClassName
{
border-color: #CBC7B4;
}
</style>