Shades of Maverick #CDB3C9
Tints of Maverick #CDB3C9
RGB
CMYK
RGB Variations
Color information
#CDB3C9 (or 0xCDB3C9) is known color: Maverick. HEX triplet: CD, B3 and C9. RGB value is (205,179,201). Sum of RGB (Red+Green+Blue) = 205+179+201=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3C9 is #324C36. Grayscale: #BDBDBD. Windows color (decimal): -3296311 or 13218765. OLE color: 13218765.
HSL color Cylindrical-coordinate representation of color #CDB3C9: hue angle of 309.23º 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 #CDB3C9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 201 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.20 |
| HSL | 309.23º | 0.21% | 0.75% | - |
| HSV(B) | 309.23º | 0.13% | 0.8% | - |
| XYZ | 51.84 | 49.44 | 62.07 | - |
| YUV | 189.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 201 | 0 | 0.13 | 0.02 | 0.20 | 309.23 | 0.21 | 0.75 |
| Hex | CD | B3 | C9 | 0 | D | 2 | 14 | 135 | 15 | 4B |
| Octal | 315 | 263 | 311 | 0 | 15 | 2 | 24 | 465 | 25 | 113 |
| Binary | 11001101 | 10110011 | 11001001 | 0 | 1101 | 10 | 10100 | 100110101 | 10101 | 1001011 |
Color Harmonies of #CDB3C9
Complementary color
Monochromatic Colors of #CDB3C9
Black with #CDB3C9
Text Example
Text Example
White with #CDB3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3C9; }
p { color: rgb(205,179,201); }
H1.HeaderClassName
{
color: #CDB3C9;
}
.AnyTagClassName
{
color: #CDB3C9;
}
</style>
background-color css
<style>
a { background-color: #CDB3C9; }
a { background-color: rgb(205,179,201); }
div.DivClassName
{
background-color: #CDB3C9;
}
.BgClassName
{
background-color: #CDB3C9;
}
</style>
border-color css
<style>
span { border-color: #CDB3C9; }
span { border-color: rgb(205,179,201); }
td.TdClassName
{
border-color: #CDB3C9;
}
.TagClassName
{
border-color: #CDB3C9;
}
</style>