Shades of Chrome White #CDC9B2
Tints of Chrome White #CDC9B2
RGB
CMYK
RGB Variations
Color information
#CDC9B2 (or 0xCDC9B2) is known color: Chrome White. HEX triplet: CD, C9 and B2. RGB value is (205,201,178). Sum of RGB (Red+Green+Blue) = 205+201+178=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC9B2 is #32364D. Grayscale: #C7C7C7. Windows color (decimal): -3290702 or 11717069. OLE color: 11717069.
HSL color Cylindrical-coordinate representation of color #CDC9B2: hue angle of 51.11º 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 #CDC9B2 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 178 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.20 |
| HSL | 51.11º | 0.21% | 0.75% | - |
| HSV(B) | 51.11º | 0.13% | 0.8% | - |
| XYZ | 54.1 | 57.97 | 50.46 | - |
| YUV | 199.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 178 | 0 | 0.02 | 0.13 | 0.20 | 51.11 | 0.21 | 0.75 |
| Hex | CD | C9 | B2 | 0 | 2 | D | 14 | 33 | 15 | 4B |
| Octal | 315 | 311 | 262 | 0 | 2 | 15 | 24 | 63 | 25 | 113 |
| Binary | 11001101 | 11001001 | 10110010 | 0 | 10 | 1101 | 10100 | 110011 | 10101 | 1001011 |
Color Harmonies of #CDC9B2
Complementary color
Monochromatic Colors of #CDC9B2
Black with #CDC9B2
Text Example
Text Example
White with #CDC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9B2; }
p { color: rgb(205,201,178); }
H1.HeaderClassName
{
color: #CDC9B2;
}
.AnyTagClassName
{
color: #CDC9B2;
}
</style>
background-color css
<style>
a { background-color: #CDC9B2; }
a { background-color: rgb(205,201,178); }
div.DivClassName
{
background-color: #CDC9B2;
}
.BgClassName
{
background-color: #CDC9B2;
}
</style>
border-color css
<style>
span { border-color: #CDC9B2; }
span { border-color: rgb(205,201,178); }
td.TdClassName
{
border-color: #CDC9B2;
}
.TagClassName
{
border-color: #CDC9B2;
}
</style>