Shades of Maverick #CAABC3
Tints of Maverick #CAABC3
RGB
CMYK
RGB Variations
Color information
#CAABC3 (or 0xCAABC3) is known color: Maverick. HEX triplet: CA, AB and C3. RGB value is (202,171,195). Sum of RGB (Red+Green+Blue) = 202+171+195=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABC3 is #35543C. Grayscale: #B6B6B6. Windows color (decimal): -3494973 or 12823498. OLE color: 12823498.
HSL color Cylindrical-coordinate representation of color #CAABC3: hue angle of 313.55º degrees, saturation: 0.23, 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 #CAABC3 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 171 | 195 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.21 |
| HSL | 313.55º | 0.23% | 0.73% | - |
| HSV(B) | 313.55º | 0.15% | 0.79% | - |
| XYZ | 48.77 | 45.62 | 57.87 | - |
| YUV | 183.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 195 | 0 | 0.15 | 0.03 | 0.21 | 313.55 | 0.23 | 0.73 |
| Hex | CA | AB | C3 | 0 | F | 3 | 15 | 13A | 17 | 49 |
| Octal | 312 | 253 | 303 | 0 | 17 | 3 | 25 | 472 | 27 | 111 |
| Binary | 11001010 | 10101011 | 11000011 | 0 | 1111 | 11 | 10101 | 100111010 | 10111 | 1001001 |
Color Harmonies of #CAABC3
Complementary color
Monochromatic Colors of #CAABC3
Black with #CAABC3
Text Example
Text Example
White with #CAABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABC3; }
p { color: rgb(202,171,195); }
H1.HeaderClassName
{
color: #CAABC3;
}
.AnyTagClassName
{
color: #CAABC3;
}
</style>
background-color css
<style>
a { background-color: #CAABC3; }
a { background-color: rgb(202,171,195); }
div.DivClassName
{
background-color: #CAABC3;
}
.BgClassName
{
background-color: #CAABC3;
}
</style>
border-color css
<style>
span { border-color: #CAABC3; }
span { border-color: rgb(202,171,195); }
td.TdClassName
{
border-color: #CAABC3;
}
.TagClassName
{
border-color: #CAABC3;
}
</style>