Shades of Chrome White #CBC8BA
Tints of Chrome White #CBC8BA
RGB
CMYK
RGB Variations
Color information
#CBC8BA (or 0xCBC8BA) is known color: Chrome White. HEX triplet: CB, C8 and BA. RGB value is (203,200,186). Sum of RGB (Red+Green+Blue) = 203+200+186=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8BA is #343745. Grayscale: #C7C7C7. Windows color (decimal): -3422022 or 12241099. OLE color: 12241099.
HSL color Cylindrical-coordinate representation of color #CBC8BA: hue angle of 49.41º degrees, saturation: 0.14, 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 #CBC8BA is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 186 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.20 |
| HSL | 49.41º | 0.14% | 0.76% | - |
| HSV(B) | 49.41º | 0.08% | 0.8% | - |
| XYZ | 54.15 | 57.55 | 54.71 | - |
| YUV | 199.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 186 | 0 | 0.01 | 0.08 | 0.20 | 49.41 | 0.14 | 0.76 |
| Hex | CB | C8 | BA | 0 | 1 | 8 | 14 | 31 | E | 4C |
| Octal | 313 | 310 | 272 | 0 | 1 | 10 | 24 | 61 | 16 | 114 |
| Binary | 11001011 | 11001000 | 10111010 | 0 | 1 | 1000 | 10100 | 110001 | 1110 | 1001100 |
Color Harmonies of #CBC8BA
Complementary color
Monochromatic Colors of #CBC8BA
Black with #CBC8BA
Text Example
Text Example
White with #CBC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8BA; }
p { color: rgb(203,200,186); }
H1.HeaderClassName
{
color: #CBC8BA;
}
.AnyTagClassName
{
color: #CBC8BA;
}
</style>
background-color css
<style>
a { background-color: #CBC8BA; }
a { background-color: rgb(203,200,186); }
div.DivClassName
{
background-color: #CBC8BA;
}
.BgClassName
{
background-color: #CBC8BA;
}
</style>
border-color css
<style>
span { border-color: #CBC8BA; }
span { border-color: rgb(203,200,186); }
td.TdClassName
{
border-color: #CBC8BA;
}
.TagClassName
{
border-color: #CBC8BA;
}
</style>