Shades of Maverick #CDB9C9
Tints of Maverick #CDB9C9
RGB
CMYK
RGB Variations
Color information
#CDB9C9 (or 0xCDB9C9) is known color: Maverick. HEX triplet: CD, B9 and C9. RGB value is (205,185,201). Sum of RGB (Red+Green+Blue) = 205+185+201=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9C9 is #324636. Grayscale: #C0C0C0. Windows color (decimal): -3294775 or 13220301. OLE color: 13220301.
HSL color Cylindrical-coordinate representation of color #CDB9C9: hue angle of 312º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDB9C9 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 201 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.20 |
| HSL | 312º | 0.17% | 0.76% | - |
| HSV(B) | 312º | 0.1% | 0.8% | - |
| XYZ | 53.07 | 51.89 | 62.48 | - |
| YUV | 192.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 201 | 0 | 0.10 | 0.02 | 0.20 | 312 | 0.17 | 0.76 |
| Hex | CD | B9 | C9 | 0 | A | 2 | 14 | 138 | 11 | 4C |
| Octal | 315 | 271 | 311 | 0 | 12 | 2 | 24 | 470 | 21 | 114 |
| Binary | 11001101 | 10111001 | 11001001 | 0 | 1010 | 10 | 10100 | 100111000 | 10001 | 1001100 |
Color Harmonies of #CDB9C9
Complementary color
Monochromatic Colors of #CDB9C9
Black with #CDB9C9
Text Example
Text Example
White with #CDB9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9C9; }
p { color: rgb(205,185,201); }
H1.HeaderClassName
{
color: #CDB9C9;
}
.AnyTagClassName
{
color: #CDB9C9;
}
</style>
background-color css
<style>
a { background-color: #CDB9C9; }
a { background-color: rgb(205,185,201); }
div.DivClassName
{
background-color: #CDB9C9;
}
.BgClassName
{
background-color: #CDB9C9;
}
</style>
border-color css
<style>
span { border-color: #CDB9C9; }
span { border-color: rgb(205,185,201); }
td.TdClassName
{
border-color: #CDB9C9;
}
.TagClassName
{
border-color: #CDB9C9;
}
</style>