Shades of Maverick #CAACC2
Tints of Maverick #CAACC2
RGB
CMYK
RGB Variations
Color information
#CAACC2 (or 0xCAACC2) is known color: Maverick. HEX triplet: CA, AC and C2. RGB value is (202,172,194). Sum of RGB (Red+Green+Blue) = 202+172+194=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACC2 is #35533D. Grayscale: #B7B7B7. Windows color (decimal): -3494718 or 12758218. OLE color: 12758218.
HSL color Cylindrical-coordinate representation of color #CAACC2: hue angle of 316º 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 #CAACC2 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 172 | 194 | - |
CMYK | 0 | 0.15 | 0.04 | 0.21 |
HSL | 316º | 0.22% | 0.73% | - |
HSV(B) | 316º | 0.15% | 0.79% | - |
XYZ | 48.85 | 45.96 | 57.33 | - |
YUV | 183.48 | 133.94 | 141.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 172 | 194 | 0 | 0.15 | 0.04 | 0.21 | 316 | 0.22 | 0.73 |
Hex | CA | AC | C2 | 0 | F | 4 | 15 | 13C | 16 | 49 |
Octal | 312 | 254 | 302 | 0 | 17 | 4 | 25 | 474 | 26 | 111 |
Binary | 11001010 | 10101100 | 11000010 | 0 | 1111 | 100 | 10101 | 100111100 | 10110 | 1001001 |
Color Harmonies of #CAACC2
Complementary color
Monochromatic Colors of #CAACC2
Black with #CAACC2
Text Example
Text Example
White with #CAACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACC2; }
p { color: rgb(202,172,194); }
H1.HeaderClassName
{
color: #CAACC2;
}
.AnyTagClassName
{
color: #CAACC2;
}
</style>
background-color css
<style>
a { background-color: #CAACC2; }
a { background-color: rgb(202,172,194); }
div.DivClassName
{
background-color: #CAACC2;
}
.BgClassName
{
background-color: #CAACC2;
}
</style>
border-color css
<style>
span { border-color: #CAACC2; }
span { border-color: rgb(202,172,194); }
td.TdClassName
{
border-color: #CAACC2;
}
.TagClassName
{
border-color: #CAACC2;
}
</style>