Shades of Maverick #CAACC0
Tints of Maverick #CAACC0
RGB
CMYK
RGB Variations
Color information
#CAACC0 (or 0xCAACC0) is known color: Maverick. HEX triplet: CA, AC and C0. RGB value is (202,172,192). Sum of RGB (Red+Green+Blue) = 202+172+192=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACC0 is #35533F. Grayscale: #B7B7B7. Windows color (decimal): -3494720 or 12627146. OLE color: 12627146.
HSL color Cylindrical-coordinate representation of color #CAACC0: hue angle of 320º 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 #CAACC0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 172 | 192 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.21 |
| HSL | 320º | 0.22% | 0.73% | - |
| HSV(B) | 320º | 0.15% | 0.79% | - |
| XYZ | 48.62 | 45.87 | 56.16 | - |
| YUV | 183.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 192 | 0 | 0.15 | 0.05 | 0.21 | 320 | 0.22 | 0.73 |
| Hex | CA | AC | C0 | 0 | F | 5 | 15 | 140 | 16 | 49 |
| Octal | 312 | 254 | 300 | 0 | 17 | 5 | 25 | 500 | 26 | 111 |
| Binary | 11001010 | 10101100 | 11000000 | 0 | 1111 | 101 | 10101 | 101000000 | 10110 | 1001001 |
Color Harmonies of #CAACC0
Complementary color
Monochromatic Colors of #CAACC0
Black with #CAACC0
Text Example
Text Example
White with #CAACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACC0; }
p { color: rgb(202,172,192); }
H1.HeaderClassName
{
color: #CAACC0;
}
.AnyTagClassName
{
color: #CAACC0;
}
</style>
background-color css
<style>
a { background-color: #CAACC0; }
a { background-color: rgb(202,172,192); }
div.DivClassName
{
background-color: #CAACC0;
}
.BgClassName
{
background-color: #CAACC0;
}
</style>
border-color css
<style>
span { border-color: #CAACC0; }
span { border-color: rgb(202,172,192); }
td.TdClassName
{
border-color: #CAACC0;
}
.TagClassName
{
border-color: #CAACC0;
}
</style>