Shades of Maverick #CDB4C9
Tints of Maverick #CDB4C9
RGB
CMYK
RGB Variations
Color information
#CDB4C9 (or 0xCDB4C9) is known color: Maverick. HEX triplet: CD, B4 and C9. RGB value is (205,180,201). Sum of RGB (Red+Green+Blue) = 205+180+201=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4C9 is #324B36. Grayscale: #BDBDBD. Windows color (decimal): -3296055 or 13219021. OLE color: 13219021.
HSL color Cylindrical-coordinate representation of color #CDB4C9: hue angle of 309.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB4C9 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 201 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.20 |
| HSL | 309.6º | 0.2% | 0.75% | - |
| HSV(B) | 309.6º | 0.12% | 0.8% | - |
| XYZ | 52.04 | 49.84 | 62.14 | - |
| YUV | 189.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 201 | 0 | 0.12 | 0.02 | 0.20 | 309.6 | 0.2 | 0.75 |
| Hex | CD | B4 | C9 | 0 | C | 2 | 14 | 136 | 14 | 4B |
| Octal | 315 | 264 | 311 | 0 | 14 | 2 | 24 | 466 | 24 | 113 |
| Binary | 11001101 | 10110100 | 11001001 | 0 | 1100 | 10 | 10100 | 100110110 | 10100 | 1001011 |
Color Harmonies of #CDB4C9
Complementary color
Monochromatic Colors of #CDB4C9
Black with #CDB4C9
Text Example
Text Example
White with #CDB4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4C9; }
p { color: rgb(205,180,201); }
H1.HeaderClassName
{
color: #CDB4C9;
}
.AnyTagClassName
{
color: #CDB4C9;
}
</style>
background-color css
<style>
a { background-color: #CDB4C9; }
a { background-color: rgb(205,180,201); }
div.DivClassName
{
background-color: #CDB4C9;
}
.BgClassName
{
background-color: #CDB4C9;
}
</style>
border-color css
<style>
span { border-color: #CDB4C9; }
span { border-color: rgb(205,180,201); }
td.TdClassName
{
border-color: #CDB4C9;
}
.TagClassName
{
border-color: #CDB4C9;
}
</style>