Shades of Maverick #CDB8CA
Tints of Maverick #CDB8CA
RGB
CMYK
RGB Variations
Color information
#CDB8CA (or 0xCDB8CA) is known color: Maverick. HEX triplet: CD, B8 and CA. RGB value is (205,184,202). Sum of RGB (Red+Green+Blue) = 205+184+202=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8CA is #324735. Grayscale: #C0C0C0. Windows color (decimal): -3295030 or 13285581. OLE color: 13285581.
HSL color Cylindrical-coordinate representation of color #CDB8CA: hue angle of 308.57º 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 #CDB8CA is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 202 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.20 |
| HSL | 308.57º | 0.17% | 0.76% | - |
| HSV(B) | 308.57º | 0.1% | 0.8% | - |
| XYZ | 52.98 | 51.52 | 63.03 | - |
| YUV | 192.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 202 | 0 | 0.10 | 0.01 | 0.20 | 308.57 | 0.17 | 0.76 |
| Hex | CD | B8 | CA | 0 | A | 1 | 14 | 135 | 11 | 4C |
| Octal | 315 | 270 | 312 | 0 | 12 | 1 | 24 | 465 | 21 | 114 |
| Binary | 11001101 | 10111000 | 11001010 | 0 | 1010 | 1 | 10100 | 100110101 | 10001 | 1001100 |
Color Harmonies of #CDB8CA
Complementary color
Monochromatic Colors of #CDB8CA
Black with #CDB8CA
Text Example
Text Example
White with #CDB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB8CA; }
p { color: rgb(205,184,202); }
H1.HeaderClassName
{
color: #CDB8CA;
}
.AnyTagClassName
{
color: #CDB8CA;
}
</style>
background-color css
<style>
a { background-color: #CDB8CA; }
a { background-color: rgb(205,184,202); }
div.DivClassName
{
background-color: #CDB8CA;
}
.BgClassName
{
background-color: #CDB8CA;
}
</style>
border-color css
<style>
span { border-color: #CDB8CA; }
span { border-color: rgb(205,184,202); }
td.TdClassName
{
border-color: #CDB8CA;
}
.TagClassName
{
border-color: #CDB8CA;
}
</style>