Shades of Maverick #CDB7C8
Tints of Maverick #CDB7C8
RGB
CMYK
RGB Variations
Color information
#CDB7C8 (or 0xCDB7C8) is known color: Maverick. HEX triplet: CD, B7 and C8. RGB value is (205,183,200). Sum of RGB (Red+Green+Blue) = 205+183+200=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7C8 is #324837. Grayscale: #BFBFBF. Windows color (decimal): -3295288 or 13154253. OLE color: 13154253.
HSL color Cylindrical-coordinate representation of color #CDB7C8: hue angle of 313.64º 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 #CDB7C8 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 200 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.20 |
| HSL | 313.64º | 0.18% | 0.76% | - |
| HSV(B) | 313.64º | 0.11% | 0.8% | - |
| XYZ | 52.54 | 51.02 | 61.72 | - |
| YUV | 191.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 200 | 0 | 0.11 | 0.02 | 0.20 | 313.64 | 0.18 | 0.76 |
| Hex | CD | B7 | C8 | 0 | B | 2 | 14 | 13A | 12 | 4C |
| Octal | 315 | 267 | 310 | 0 | 13 | 2 | 24 | 472 | 22 | 114 |
| Binary | 11001101 | 10110111 | 11001000 | 0 | 1011 | 10 | 10100 | 100111010 | 10010 | 1001100 |
Color Harmonies of #CDB7C8
Complementary color
Monochromatic Colors of #CDB7C8
Black with #CDB7C8
Text Example
Text Example
White with #CDB7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7C8; }
p { color: rgb(205,183,200); }
H1.HeaderClassName
{
color: #CDB7C8;
}
.AnyTagClassName
{
color: #CDB7C8;
}
</style>
background-color css
<style>
a { background-color: #CDB7C8; }
a { background-color: rgb(205,183,200); }
div.DivClassName
{
background-color: #CDB7C8;
}
.BgClassName
{
background-color: #CDB7C8;
}
</style>
border-color css
<style>
span { border-color: #CDB7C8; }
span { border-color: rgb(205,183,200); }
td.TdClassName
{
border-color: #CDB7C8;
}
.TagClassName
{
border-color: #CDB7C8;
}
</style>