Shades of Maverick #CDB3C5
Tints of Maverick #CDB3C5
RGB
CMYK
RGB Variations
Color information
#CDB3C5 (or 0xCDB3C5) is known color: Maverick. HEX triplet: CD, B3 and C5. RGB value is (205,179,197). Sum of RGB (Red+Green+Blue) = 205+179+197=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3C5 is #324C3A. Grayscale: #BCBCBC. Windows color (decimal): -3296315 or 12956621. OLE color: 12956621.
HSL color Cylindrical-coordinate representation of color #CDB3C5: hue angle of 318.46º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB3C5 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 197 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.20 |
| HSL | 318.46º | 0.21% | 0.75% | - |
| HSV(B) | 318.46º | 0.13% | 0.8% | - |
| XYZ | 51.37 | 49.25 | 59.62 | - |
| YUV | 188.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 197 | 0 | 0.13 | 0.04 | 0.20 | 318.46 | 0.21 | 0.75 |
| Hex | CD | B3 | C5 | 0 | D | 4 | 14 | 13E | 15 | 4B |
| Octal | 315 | 263 | 305 | 0 | 15 | 4 | 24 | 476 | 25 | 113 |
| Binary | 11001101 | 10110011 | 11000101 | 0 | 1101 | 100 | 10100 | 100111110 | 10101 | 1001011 |
Color Harmonies of #CDB3C5
Complementary color
Monochromatic Colors of #CDB3C5
Black with #CDB3C5
Text Example
Text Example
White with #CDB3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3C5; }
p { color: rgb(205,179,197); }
H1.HeaderClassName
{
color: #CDB3C5;
}
.AnyTagClassName
{
color: #CDB3C5;
}
</style>
background-color css
<style>
a { background-color: #CDB3C5; }
a { background-color: rgb(205,179,197); }
div.DivClassName
{
background-color: #CDB3C5;
}
.BgClassName
{
background-color: #CDB3C5;
}
</style>
border-color css
<style>
span { border-color: #CDB3C5; }
span { border-color: rgb(205,179,197); }
td.TdClassName
{
border-color: #CDB3C5;
}
.TagClassName
{
border-color: #CDB3C5;
}
</style>