Shades of Chrome White #CDC9BA
Tints of Chrome White #CDC9BA
RGB
CMYK
RGB Variations
Color information
#CDC9BA (or 0xCDC9BA) is known color: Chrome White. HEX triplet: CD, C9 and BA. RGB value is (205,201,186). Sum of RGB (Red+Green+Blue) = 205+201+186=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9BA is #323645. Grayscale: #C8C8C8. Windows color (decimal): -3290694 or 12241357. OLE color: 12241357.
HSL color Cylindrical-coordinate representation of color #CDC9BA: hue angle of 47.37º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC9BA is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 186 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.20 |
| HSL | 47.37º | 0.16% | 0.77% | - |
| HSV(B) | 47.37º | 0.09% | 0.8% | - |
| XYZ | 54.93 | 58.3 | 54.81 | - |
| YUV | 200.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 186 | 0 | 0.02 | 0.09 | 0.20 | 47.37 | 0.16 | 0.77 |
| Hex | CD | C9 | BA | 0 | 2 | 9 | 14 | 2F | 10 | 4D |
| Octal | 315 | 311 | 272 | 0 | 2 | 11 | 24 | 57 | 20 | 115 |
| Binary | 11001101 | 11001001 | 10111010 | 0 | 10 | 1001 | 10100 | 101111 | 10000 | 1001101 |
Color Harmonies of #CDC9BA
Complementary color
Monochromatic Colors of #CDC9BA
Black with #CDC9BA
Text Example
Text Example
White with #CDC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9BA; }
p { color: rgb(205,201,186); }
H1.HeaderClassName
{
color: #CDC9BA;
}
.AnyTagClassName
{
color: #CDC9BA;
}
</style>
background-color css
<style>
a { background-color: #CDC9BA; }
a { background-color: rgb(205,201,186); }
div.DivClassName
{
background-color: #CDC9BA;
}
.BgClassName
{
background-color: #CDC9BA;
}
</style>
border-color css
<style>
span { border-color: #CDC9BA; }
span { border-color: rgb(205,201,186); }
td.TdClassName
{
border-color: #CDC9BA;
}
.TagClassName
{
border-color: #CDC9BA;
}
</style>