Shades of Maverick #CDB7CA
Tints of Maverick #CDB7CA
RGB
CMYK
RGB Variations
Color information
#CDB7CA (or 0xCDB7CA) is known color: Maverick. HEX triplet: CD, B7 and CA. RGB value is (205,183,202). Sum of RGB (Red+Green+Blue) = 205+183+202=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7CA is #324835. Grayscale: #BFBFBF. Windows color (decimal): -3295286 or 13285325. OLE color: 13285325.
HSL color Cylindrical-coordinate representation of color #CDB7CA: hue angle of 308.18º 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 #CDB7CA is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 202 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.20 |
| HSL | 308.18º | 0.18% | 0.76% | - |
| HSV(B) | 308.18º | 0.11% | 0.8% | - |
| XYZ | 52.77 | 51.11 | 62.96 | - |
| YUV | 191.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 202 | 0 | 0.11 | 0.01 | 0.20 | 308.18 | 0.18 | 0.76 |
| Hex | CD | B7 | CA | 0 | B | 1 | 14 | 134 | 12 | 4C |
| Octal | 315 | 267 | 312 | 0 | 13 | 1 | 24 | 464 | 22 | 114 |
| Binary | 11001101 | 10110111 | 11001010 | 0 | 1011 | 1 | 10100 | 100110100 | 10010 | 1001100 |
Color Harmonies of #CDB7CA
Complementary color
Monochromatic Colors of #CDB7CA
Black with #CDB7CA
Text Example
Text Example
White with #CDB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7CA; }
p { color: rgb(205,183,202); }
H1.HeaderClassName
{
color: #CDB7CA;
}
.AnyTagClassName
{
color: #CDB7CA;
}
</style>
background-color css
<style>
a { background-color: #CDB7CA; }
a { background-color: rgb(205,183,202); }
div.DivClassName
{
background-color: #CDB7CA;
}
.BgClassName
{
background-color: #CDB7CA;
}
</style>
border-color css
<style>
span { border-color: #CDB7CA; }
span { border-color: rgb(205,183,202); }
td.TdClassName
{
border-color: #CDB7CA;
}
.TagClassName
{
border-color: #CDB7CA;
}
</style>