Shades of Chrome White #CBC9B4
Tints of Chrome White #CBC9B4
RGB
CMYK
RGB Variations
Color information
#CBC9B4 (or 0xCBC9B4) is known color: Chrome White. HEX triplet: CB, C9 and B4. RGB value is (203,201,180). Sum of RGB (Red+Green+Blue) = 203+201+180=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9B4 is #34364B. Grayscale: #C7C7C7. Windows color (decimal): -3421772 or 11848139. OLE color: 11848139.
HSL color Cylindrical-coordinate representation of color #CBC9B4: hue angle of 54.78º 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 #CBC9B4 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 180 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.20 |
| HSL | 54.78º | 0.18% | 0.75% | - |
| HSV(B) | 54.78º | 0.11% | 0.8% | - |
| XYZ | 53.75 | 57.77 | 51.5 | - |
| YUV | 199.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 180 | 0 | 0.01 | 0.11 | 0.20 | 54.78 | 0.18 | 0.75 |
| Hex | CB | C9 | B4 | 0 | 1 | B | 14 | 37 | 12 | 4B |
| Octal | 313 | 311 | 264 | 0 | 1 | 13 | 24 | 67 | 22 | 113 |
| Binary | 11001011 | 11001001 | 10110100 | 0 | 1 | 1011 | 10100 | 110111 | 10010 | 1001011 |
Color Harmonies of #CBC9B4
Complementary color
Monochromatic Colors of #CBC9B4
Black with #CBC9B4
Text Example
Text Example
White with #CBC9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9B4; }
p { color: rgb(203,201,180); }
H1.HeaderClassName
{
color: #CBC9B4;
}
.AnyTagClassName
{
color: #CBC9B4;
}
</style>
background-color css
<style>
a { background-color: #CBC9B4; }
a { background-color: rgb(203,201,180); }
div.DivClassName
{
background-color: #CBC9B4;
}
.BgClassName
{
background-color: #CBC9B4;
}
</style>
border-color css
<style>
span { border-color: #CBC9B4; }
span { border-color: rgb(203,201,180); }
td.TdClassName
{
border-color: #CBC9B4;
}
.TagClassName
{
border-color: #CBC9B4;
}
</style>