Shades of Chrome White #CDC8B2
Tints of Chrome White #CDC8B2
RGB
CMYK
RGB Variations
Color information
#CDC8B2 (or 0xCDC8B2) is known color: Chrome White. HEX triplet: CD, C8 and B2. RGB value is (205,200,178). Sum of RGB (Red+Green+Blue) = 205+200+178=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC8B2 is #32374D. Grayscale: #C7C7C7. Windows color (decimal): -3290958 or 11716813. OLE color: 11716813.
HSL color Cylindrical-coordinate representation of color #CDC8B2: hue angle of 48.89º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDC8B2 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 178 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.20 |
| HSL | 48.89º | 0.21% | 0.75% | - |
| HSV(B) | 48.89º | 0.13% | 0.8% | - |
| XYZ | 53.87 | 57.5 | 50.38 | - |
| YUV | 198.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 178 | 0 | 0.02 | 0.13 | 0.20 | 48.89 | 0.21 | 0.75 |
| Hex | CD | C8 | B2 | 0 | 2 | D | 14 | 31 | 15 | 4B |
| Octal | 315 | 310 | 262 | 0 | 2 | 15 | 24 | 61 | 25 | 113 |
| Binary | 11001101 | 11001000 | 10110010 | 0 | 10 | 1101 | 10100 | 110001 | 10101 | 1001011 |
Color Harmonies of #CDC8B2
Complementary color
Monochromatic Colors of #CDC8B2
Black with #CDC8B2
Text Example
Text Example
White with #CDC8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8B2; }
p { color: rgb(205,200,178); }
H1.HeaderClassName
{
color: #CDC8B2;
}
.AnyTagClassName
{
color: #CDC8B2;
}
</style>
background-color css
<style>
a { background-color: #CDC8B2; }
a { background-color: rgb(205,200,178); }
div.DivClassName
{
background-color: #CDC8B2;
}
.BgClassName
{
background-color: #CDC8B2;
}
</style>
border-color css
<style>
span { border-color: #CDC8B2; }
span { border-color: rgb(205,200,178); }
td.TdClassName
{
border-color: #CDC8B2;
}
.TagClassName
{
border-color: #CDC8B2;
}
</style>