Shades of Maverick #CDBAC9
Tints of Maverick #CDBAC9
RGB
CMYK
RGB Variations
Color information
#CDBAC9 (or 0xCDBAC9) is known color: Maverick. HEX triplet: CD, BA and C9. RGB value is (205,186,201). Sum of RGB (Red+Green+Blue) = 205+186+201=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAC9 is #324536. Grayscale: #C1C1C1. Windows color (decimal): -3294519 or 13220557. OLE color: 13220557.
HSL color Cylindrical-coordinate representation of color #CDBAC9: hue angle of 312.63º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBAC9 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 201 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.20 |
| HSL | 312.63º | 0.16% | 0.77% | - |
| HSV(B) | 312.63º | 0.09% | 0.8% | - |
| XYZ | 53.28 | 52.31 | 62.55 | - |
| YUV | 193.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 201 | 0 | 0.09 | 0.02 | 0.20 | 312.63 | 0.16 | 0.77 |
| Hex | CD | BA | C9 | 0 | 9 | 2 | 14 | 139 | 10 | 4D |
| Octal | 315 | 272 | 311 | 0 | 11 | 2 | 24 | 471 | 20 | 115 |
| Binary | 11001101 | 10111010 | 11001001 | 0 | 1001 | 10 | 10100 | 100111001 | 10000 | 1001101 |
Color Harmonies of #CDBAC9
Complementary color
Monochromatic Colors of #CDBAC9
Black with #CDBAC9
Text Example
Text Example
White with #CDBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBAC9; }
p { color: rgb(205,186,201); }
H1.HeaderClassName
{
color: #CDBAC9;
}
.AnyTagClassName
{
color: #CDBAC9;
}
</style>
background-color css
<style>
a { background-color: #CDBAC9; }
a { background-color: rgb(205,186,201); }
div.DivClassName
{
background-color: #CDBAC9;
}
.BgClassName
{
background-color: #CDBAC9;
}
</style>
border-color css
<style>
span { border-color: #CDBAC9; }
span { border-color: rgb(205,186,201); }
td.TdClassName
{
border-color: #CDBAC9;
}
.TagClassName
{
border-color: #CDBAC9;
}
</style>