Shades of Chrome White #CDC9B7
Tints of Chrome White #CDC9B7
RGB
CMYK
RGB Variations
Color information
#CDC9B7 (or 0xCDC9B7) is known color: Chrome White. HEX triplet: CD, C9 and B7. RGB value is (205,201,183). Sum of RGB (Red+Green+Blue) = 205+201+183=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9B7 is #323648. Grayscale: #C8C8C8. Windows color (decimal): -3290697 or 12044749. OLE color: 12044749.
HSL color Cylindrical-coordinate representation of color #CDC9B7: hue angle of 49.09º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDC9B7 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 183 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.20 |
| HSL | 49.09º | 0.18% | 0.76% | - |
| HSV(B) | 49.09º | 0.11% | 0.8% | - |
| XYZ | 54.61 | 58.17 | 53.15 | - |
| YUV | 200.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 183 | 0 | 0.02 | 0.11 | 0.20 | 49.09 | 0.18 | 0.76 |
| Hex | CD | C9 | B7 | 0 | 2 | B | 14 | 31 | 12 | 4C |
| Octal | 315 | 311 | 267 | 0 | 2 | 13 | 24 | 61 | 22 | 114 |
| Binary | 11001101 | 11001001 | 10110111 | 0 | 10 | 1011 | 10100 | 110001 | 10010 | 1001100 |
Color Harmonies of #CDC9B7
Complementary color
Monochromatic Colors of #CDC9B7
Black with #CDC9B7
Text Example
Text Example
White with #CDC9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9B7; }
p { color: rgb(205,201,183); }
H1.HeaderClassName
{
color: #CDC9B7;
}
.AnyTagClassName
{
color: #CDC9B7;
}
</style>
background-color css
<style>
a { background-color: #CDC9B7; }
a { background-color: rgb(205,201,183); }
div.DivClassName
{
background-color: #CDC9B7;
}
.BgClassName
{
background-color: #CDC9B7;
}
</style>
border-color css
<style>
span { border-color: #CDC9B7; }
span { border-color: rgb(205,201,183); }
td.TdClassName
{
border-color: #CDC9B7;
}
.TagClassName
{
border-color: #CDC9B7;
}
</style>