Shades of Maverick #CAAAC4
Tints of Maverick #CAAAC4
RGB
CMYK
RGB Variations
Color information
#CAAAC4 (or 0xCAAAC4) is known color: Maverick. HEX triplet: CA, AA and C4. RGB value is (202,170,196). Sum of RGB (Red+Green+Blue) = 202+170+196=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAC4 is #35553B. Grayscale: #B6B6B6. Windows color (decimal): -3495228 or 12888778. OLE color: 12888778.
HSL color Cylindrical-coordinate representation of color #CAAAC4: hue angle of 311.25º 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 #CAAAC4 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 196 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.21 |
| HSL | 311.25º | 0.23% | 0.73% | - |
| HSV(B) | 311.25º | 0.16% | 0.79% | - |
| XYZ | 48.7 | 45.29 | 58.4 | - |
| YUV | 182.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 196 | 0 | 0.16 | 0.03 | 0.21 | 311.25 | 0.23 | 0.73 |
| Hex | CA | AA | C4 | 0 | 10 | 3 | 15 | 137 | 17 | 49 |
| Octal | 312 | 252 | 304 | 0 | 20 | 3 | 25 | 467 | 27 | 111 |
| Binary | 11001010 | 10101010 | 11000100 | 0 | 10000 | 11 | 10101 | 100110111 | 10111 | 1001001 |
Color Harmonies of #CAAAC4
Complementary color
Monochromatic Colors of #CAAAC4
Black with #CAAAC4
Text Example
Text Example
White with #CAAAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAC4; }
p { color: rgb(202,170,196); }
H1.HeaderClassName
{
color: #CAAAC4;
}
.AnyTagClassName
{
color: #CAAAC4;
}
</style>
background-color css
<style>
a { background-color: #CAAAC4; }
a { background-color: rgb(202,170,196); }
div.DivClassName
{
background-color: #CAAAC4;
}
.BgClassName
{
background-color: #CAAAC4;
}
</style>
border-color css
<style>
span { border-color: #CAAAC4; }
span { border-color: rgb(202,170,196); }
td.TdClassName
{
border-color: #CAAAC4;
}
.TagClassName
{
border-color: #CAAAC4;
}
</style>