Shades of Maverick #CAACBD
Tints of Maverick #CAACBD
RGB
CMYK
RGB Variations
Color information
#CAACBD (or 0xCAACBD) is known color: Maverick. HEX triplet: CA, AC and BD. RGB value is (202,172,189). Sum of RGB (Red+Green+Blue) = 202+172+189=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACBD is #355342. Grayscale: #B6B6B6. Windows color (decimal): -3494723 or 12430538. OLE color: 12430538.
HSL color Cylindrical-coordinate representation of color #CAACBD: hue angle of 326º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAACBD is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 172 | 189 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.21 |
| HSL | 326º | 0.22% | 0.73% | - |
| HSV(B) | 326º | 0.15% | 0.79% | - |
| XYZ | 48.29 | 45.74 | 54.43 | - |
| YUV | 182.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 189 | 0 | 0.15 | 0.06 | 0.21 | 326 | 0.22 | 0.73 |
| Hex | CA | AC | BD | 0 | F | 6 | 15 | 146 | 16 | 49 |
| Octal | 312 | 254 | 275 | 0 | 17 | 6 | 25 | 506 | 26 | 111 |
| Binary | 11001010 | 10101100 | 10111101 | 0 | 1111 | 110 | 10101 | 101000110 | 10110 | 1001001 |
Color Harmonies of #CAACBD
Complementary color
Monochromatic Colors of #CAACBD
Black with #CAACBD
Text Example
Text Example
White with #CAACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACBD; }
p { color: rgb(202,172,189); }
H1.HeaderClassName
{
color: #CAACBD;
}
.AnyTagClassName
{
color: #CAACBD;
}
</style>
background-color css
<style>
a { background-color: #CAACBD; }
a { background-color: rgb(202,172,189); }
div.DivClassName
{
background-color: #CAACBD;
}
.BgClassName
{
background-color: #CAACBD;
}
</style>
border-color css
<style>
span { border-color: #CAACBD; }
span { border-color: rgb(202,172,189); }
td.TdClassName
{
border-color: #CAACBD;
}
.TagClassName
{
border-color: #CAACBD;
}
</style>