Shades of Maverick #CDB6C5
Tints of Maverick #CDB6C5
RGB
CMYK
RGB Variations
Color information
#CDB6C5 (or 0xCDB6C5) is known color: Maverick. HEX triplet: CD, B6 and C5. RGB value is (205,182,197). Sum of RGB (Red+Green+Blue) = 205+182+197=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6C5 is #32493A. Grayscale: #BEBEBE. Windows color (decimal): -3295547 or 12957389. OLE color: 12957389.
HSL color Cylindrical-coordinate representation of color #CDB6C5: hue angle of 320.87º degrees, saturation: 0.19, 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 #CDB6C5 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 197 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.20 |
| HSL | 320.87º | 0.19% | 0.76% | - |
| HSV(B) | 320.87º | 0.11% | 0.8% | - |
| XYZ | 51.98 | 50.47 | 59.82 | - |
| YUV | 190.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 197 | 0 | 0.11 | 0.04 | 0.20 | 320.87 | 0.19 | 0.76 |
| Hex | CD | B6 | C5 | 0 | B | 4 | 14 | 141 | 13 | 4C |
| Octal | 315 | 266 | 305 | 0 | 13 | 4 | 24 | 501 | 23 | 114 |
| Binary | 11001101 | 10110110 | 11000101 | 0 | 1011 | 100 | 10100 | 101000001 | 10011 | 1001100 |
Color Harmonies of #CDB6C5
Complementary color
Monochromatic Colors of #CDB6C5
Black with #CDB6C5
Text Example
Text Example
White with #CDB6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6C5; }
p { color: rgb(205,182,197); }
H1.HeaderClassName
{
color: #CDB6C5;
}
.AnyTagClassName
{
color: #CDB6C5;
}
</style>
background-color css
<style>
a { background-color: #CDB6C5; }
a { background-color: rgb(205,182,197); }
div.DivClassName
{
background-color: #CDB6C5;
}
.BgClassName
{
background-color: #CDB6C5;
}
</style>
border-color css
<style>
span { border-color: #CDB6C5; }
span { border-color: rgb(205,182,197); }
td.TdClassName
{
border-color: #CDB6C5;
}
.TagClassName
{
border-color: #CDB6C5;
}
</style>