Shades of Chrome White #CDC8B9
Tints of Chrome White #CDC8B9
RGB
CMYK
RGB Variations
Color information
#CDC8B9 (or 0xCDC8B9) is known color: Chrome White. HEX triplet: CD, C8 and B9. RGB value is (205,200,185). Sum of RGB (Red+Green+Blue) = 205+200+185=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8B9 is #323746. Grayscale: #C7C7C7. Windows color (decimal): -3290951 or 12175565. OLE color: 12175565.
HSL color Cylindrical-coordinate representation of color #CDC8B9: hue angle of 45º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC8B9 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 185 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.20 |
| HSL | 45º | 0.17% | 0.76% | - |
| HSV(B) | 45º | 0.1% | 0.8% | - |
| XYZ | 54.59 | 57.79 | 54.18 | - |
| YUV | 199.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 185 | 0 | 0.02 | 0.10 | 0.20 | 45 | 0.17 | 0.76 |
| Hex | CD | C8 | B9 | 0 | 2 | A | 14 | 2D | 11 | 4C |
| Octal | 315 | 310 | 271 | 0 | 2 | 12 | 24 | 55 | 21 | 114 |
| Binary | 11001101 | 11001000 | 10111001 | 0 | 10 | 1010 | 10100 | 101101 | 10001 | 1001100 |
Color Harmonies of #CDC8B9
Complementary color
Monochromatic Colors of #CDC8B9
Black with #CDC8B9
Text Example
Text Example
White with #CDC8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8B9; }
p { color: rgb(205,200,185); }
H1.HeaderClassName
{
color: #CDC8B9;
}
.AnyTagClassName
{
color: #CDC8B9;
}
</style>
background-color css
<style>
a { background-color: #CDC8B9; }
a { background-color: rgb(205,200,185); }
div.DivClassName
{
background-color: #CDC8B9;
}
.BgClassName
{
background-color: #CDC8B9;
}
</style>
border-color css
<style>
span { border-color: #CDC8B9; }
span { border-color: rgb(205,200,185); }
td.TdClassName
{
border-color: #CDC8B9;
}
.TagClassName
{
border-color: #CDC8B9;
}
</style>