Shades of Chrome White #CDC8B4
Tints of Chrome White #CDC8B4
RGB
CMYK
RGB Variations
Color information
#CDC8B4 (or 0xCDC8B4) is known color: Chrome White. HEX triplet: CD, C8 and B4. RGB value is (205,200,180). Sum of RGB (Red+Green+Blue) = 205+200+180=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8B4 is #32374B. Grayscale: #C7C7C7. Windows color (decimal): -3290956 or 11847885. OLE color: 11847885.
HSL color Cylindrical-coordinate representation of color #CDC8B4: hue angle of 48º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDC8B4 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 180 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.20 |
| HSL | 48º | 0.2% | 0.75% | - |
| HSV(B) | 48º | 0.12% | 0.8% | - |
| XYZ | 54.07 | 57.58 | 51.44 | - |
| YUV | 199.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 180 | 0 | 0.02 | 0.12 | 0.20 | 48 | 0.2 | 0.75 |
| Hex | CD | C8 | B4 | 0 | 2 | C | 14 | 30 | 14 | 4B |
| Octal | 315 | 310 | 264 | 0 | 2 | 14 | 24 | 60 | 24 | 113 |
| Binary | 11001101 | 11001000 | 10110100 | 0 | 10 | 1100 | 10100 | 110000 | 10100 | 1001011 |
Color Harmonies of #CDC8B4
Complementary color
Monochromatic Colors of #CDC8B4
Black with #CDC8B4
Text Example
Text Example
White with #CDC8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8B4; }
p { color: rgb(205,200,180); }
H1.HeaderClassName
{
color: #CDC8B4;
}
.AnyTagClassName
{
color: #CDC8B4;
}
</style>
background-color css
<style>
a { background-color: #CDC8B4; }
a { background-color: rgb(205,200,180); }
div.DivClassName
{
background-color: #CDC8B4;
}
.BgClassName
{
background-color: #CDC8B4;
}
</style>
border-color css
<style>
span { border-color: #CDC8B4; }
span { border-color: rgb(205,200,180); }
td.TdClassName
{
border-color: #CDC8B4;
}
.TagClassName
{
border-color: #CDC8B4;
}
</style>