Shades of Maverick #CAABC4
Tints of Maverick #CAABC4
RGB
CMYK
RGB Variations
Color information
#CAABC4 (or 0xCAABC4) is known color: Maverick. HEX triplet: CA, AB and C4. RGB value is (202,171,196). Sum of RGB (Red+Green+Blue) = 202+171+196=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABC4 is #35543B. Grayscale: #B7B7B7. Windows color (decimal): -3494972 or 12889034. OLE color: 12889034.
HSL color Cylindrical-coordinate representation of color #CAABC4: hue angle of 311.61º 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 #CAABC4 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 171 | 196 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.21 |
| HSL | 311.61º | 0.23% | 0.73% | - |
| HSV(B) | 311.61º | 0.15% | 0.79% | - |
| XYZ | 48.88 | 45.67 | 58.46 | - |
| YUV | 183.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 196 | 0 | 0.15 | 0.03 | 0.21 | 311.61 | 0.23 | 0.73 |
| Hex | CA | AB | C4 | 0 | F | 3 | 15 | 138 | 17 | 49 |
| Octal | 312 | 253 | 304 | 0 | 17 | 3 | 25 | 470 | 27 | 111 |
| Binary | 11001010 | 10101011 | 11000100 | 0 | 1111 | 11 | 10101 | 100111000 | 10111 | 1001001 |
Color Harmonies of #CAABC4
Complementary color
Monochromatic Colors of #CAABC4
Black with #CAABC4
Text Example
Text Example
White with #CAABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABC4; }
p { color: rgb(202,171,196); }
H1.HeaderClassName
{
color: #CAABC4;
}
.AnyTagClassName
{
color: #CAABC4;
}
</style>
background-color css
<style>
a { background-color: #CAABC4; }
a { background-color: rgb(202,171,196); }
div.DivClassName
{
background-color: #CAABC4;
}
.BgClassName
{
background-color: #CAABC4;
}
</style>
border-color css
<style>
span { border-color: #CAABC4; }
span { border-color: rgb(202,171,196); }
td.TdClassName
{
border-color: #CAABC4;
}
.TagClassName
{
border-color: #CAABC4;
}
</style>