Shades of Maverick #CAAABD
Tints of Maverick #CAAABD
RGB
CMYK
RGB Variations
Color information
#CAAABD (or 0xCAAABD) is known color: Maverick. HEX triplet: CA, AA and BD. RGB value is (202,170,189). Sum of RGB (Red+Green+Blue) = 202+170+189=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAABD is #355542. Grayscale: #B5B5B5. Windows color (decimal): -3495235 or 12430026. OLE color: 12430026.
HSL color Cylindrical-coordinate representation of color #CAAABD: hue angle of 324.38º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAABD is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 170 | 189 | - |
CMYK | 0 | 0.16 | 0.06 | 0.21 |
HSL | 324.38º | 0.23% | 0.73% | - |
HSV(B) | 324.38º | 0.16% | 0.79% | - |
XYZ | 47.92 | 44.98 | 54.3 | - |
YUV | 181.73 | 132.1 | 142.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 170 | 189 | 0 | 0.16 | 0.06 | 0.21 | 324.38 | 0.23 | 0.73 |
Hex | CA | AA | BD | 0 | 10 | 6 | 15 | 144 | 17 | 49 |
Octal | 312 | 252 | 275 | 0 | 20 | 6 | 25 | 504 | 27 | 111 |
Binary | 11001010 | 10101010 | 10111101 | 0 | 10000 | 110 | 10101 | 101000100 | 10111 | 1001001 |
Color Harmonies of #CAAABD
Complementary color
Monochromatic Colors of #CAAABD
Black with #CAAABD
Text Example
Text Example
White with #CAAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAABD; }
p { color: rgb(202,170,189); }
H1.HeaderClassName
{
color: #CAAABD;
}
.AnyTagClassName
{
color: #CAAABD;
}
</style>
background-color css
<style>
a { background-color: #CAAABD; }
a { background-color: rgb(202,170,189); }
div.DivClassName
{
background-color: #CAAABD;
}
.BgClassName
{
background-color: #CAAABD;
}
</style>
border-color css
<style>
span { border-color: #CAAABD; }
span { border-color: rgb(202,170,189); }
td.TdClassName
{
border-color: #CAAABD;
}
.TagClassName
{
border-color: #CAAABD;
}
</style>