Shades of Chrome White #CBC7B6
Tints of Chrome White #CBC7B6
RGB
CMYK
RGB Variations
Color information
#CBC7B6 (or 0xCBC7B6) is known color: Chrome White. HEX triplet: CB, C7 and B6. RGB value is (203,199,182). Sum of RGB (Red+Green+Blue) = 203+199+182=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7B6 is #343849. Grayscale: #C6C6C6. Windows color (decimal): -3422282 or 11978699. OLE color: 11978699.
HSL color Cylindrical-coordinate representation of color #CBC7B6: hue angle of 48.57º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC7B6 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 182 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.20 |
| HSL | 48.57º | 0.17% | 0.75% | - |
| HSV(B) | 48.57º | 0.1% | 0.8% | - |
| XYZ | 53.5 | 56.92 | 52.42 | - |
| YUV | 198.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 182 | 0 | 0.02 | 0.10 | 0.20 | 48.57 | 0.17 | 0.75 |
| Hex | CB | C7 | B6 | 0 | 2 | A | 14 | 31 | 11 | 4B |
| Octal | 313 | 307 | 266 | 0 | 2 | 12 | 24 | 61 | 21 | 113 |
| Binary | 11001011 | 11000111 | 10110110 | 0 | 10 | 1010 | 10100 | 110001 | 10001 | 1001011 |
Color Harmonies of #CBC7B6
Complementary color
Monochromatic Colors of #CBC7B6
Black with #CBC7B6
Text Example
Text Example
White with #CBC7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7B6; }
p { color: rgb(203,199,182); }
H1.HeaderClassName
{
color: #CBC7B6;
}
.AnyTagClassName
{
color: #CBC7B6;
}
</style>
background-color css
<style>
a { background-color: #CBC7B6; }
a { background-color: rgb(203,199,182); }
div.DivClassName
{
background-color: #CBC7B6;
}
.BgClassName
{
background-color: #CBC7B6;
}
</style>
border-color css
<style>
span { border-color: #CBC7B6; }
span { border-color: rgb(203,199,182); }
td.TdClassName
{
border-color: #CBC7B6;
}
.TagClassName
{
border-color: #CBC7B6;
}
</style>