Shades of Chrome White #CDC8B5
Tints of Chrome White #CDC8B5
RGB
CMYK
RGB Variations
Color information
#CDC8B5 (or 0xCDC8B5) is known color: Chrome White. HEX triplet: CD, C8 and B5. RGB value is (205,200,181). Sum of RGB (Red+Green+Blue) = 205+200+181=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8B5 is #32374A. Grayscale: #C7C7C7. Windows color (decimal): -3290955 or 11913421. OLE color: 11913421.
HSL color Cylindrical-coordinate representation of color #CDC8B5: hue angle of 47.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDC8B5 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 181 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.20 |
| HSL | 47.5º | 0.19% | 0.76% | - |
| HSV(B) | 47.5º | 0.12% | 0.8% | - |
| XYZ | 54.17 | 57.62 | 51.98 | - |
| YUV | 199.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 181 | 0 | 0.02 | 0.12 | 0.20 | 47.5 | 0.19 | 0.76 |
| Hex | CD | C8 | B5 | 0 | 2 | C | 14 | 30 | 13 | 4C |
| Octal | 315 | 310 | 265 | 0 | 2 | 14 | 24 | 60 | 23 | 114 |
| Binary | 11001101 | 11001000 | 10110101 | 0 | 10 | 1100 | 10100 | 110000 | 10011 | 1001100 |
Color Harmonies of #CDC8B5
Complementary color
Monochromatic Colors of #CDC8B5
Black with #CDC8B5
Text Example
Text Example
White with #CDC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8B5; }
p { color: rgb(205,200,181); }
H1.HeaderClassName
{
color: #CDC8B5;
}
.AnyTagClassName
{
color: #CDC8B5;
}
</style>
background-color css
<style>
a { background-color: #CDC8B5; }
a { background-color: rgb(205,200,181); }
div.DivClassName
{
background-color: #CDC8B5;
}
.BgClassName
{
background-color: #CDC8B5;
}
</style>
border-color css
<style>
span { border-color: #CDC8B5; }
span { border-color: rgb(205,200,181); }
td.TdClassName
{
border-color: #CDC8B5;
}
.TagClassName
{
border-color: #CDC8B5;
}
</style>