Shades of Maverick #CDB7C6
Tints of Maverick #CDB7C6
RGB
CMYK
RGB Variations
Color information
#CDB7C6 (or 0xCDB7C6) is known color: Maverick. HEX triplet: CD, B7 and C6. RGB value is (205,183,198). Sum of RGB (Red+Green+Blue) = 205+183+198=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7C6 is #324839. Grayscale: #BFBFBF. Windows color (decimal): -3295290 or 13023181. OLE color: 13023181.
HSL color Cylindrical-coordinate representation of color #CDB7C6: hue angle of 319.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 #CDB7C6 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 198 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.20 |
| HSL | 319.09º | 0.18% | 0.76% | - |
| HSV(B) | 319.09º | 0.11% | 0.8% | - |
| XYZ | 52.3 | 50.92 | 60.5 | - |
| YUV | 191.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 198 | 0 | 0.11 | 0.03 | 0.20 | 319.09 | 0.18 | 0.76 |
| Hex | CD | B7 | C6 | 0 | B | 3 | 14 | 13F | 12 | 4C |
| Octal | 315 | 267 | 306 | 0 | 13 | 3 | 24 | 477 | 22 | 114 |
| Binary | 11001101 | 10110111 | 11000110 | 0 | 1011 | 11 | 10100 | 100111111 | 10010 | 1001100 |
Color Harmonies of #CDB7C6
Complementary color
Monochromatic Colors of #CDB7C6
Black with #CDB7C6
Text Example
Text Example
White with #CDB7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7C6; }
p { color: rgb(205,183,198); }
H1.HeaderClassName
{
color: #CDB7C6;
}
.AnyTagClassName
{
color: #CDB7C6;
}
</style>
background-color css
<style>
a { background-color: #CDB7C6; }
a { background-color: rgb(205,183,198); }
div.DivClassName
{
background-color: #CDB7C6;
}
.BgClassName
{
background-color: #CDB7C6;
}
</style>
border-color css
<style>
span { border-color: #CDB7C6; }
span { border-color: rgb(205,183,198); }
td.TdClassName
{
border-color: #CDB7C6;
}
.TagClassName
{
border-color: #CDB7C6;
}
</style>