Shades of Maverick #CAACC3
Tints of Maverick #CAACC3
RGB
CMYK
RGB Variations
Color information
#CAACC3 (or 0xCAACC3) is known color: Maverick. HEX triplet: CA, AC and C3. RGB value is (202,172,195). Sum of RGB (Red+Green+Blue) = 202+172+195=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACC3 is #35533C. Grayscale: #B7B7B7. Windows color (decimal): -3494717 or 12823754. OLE color: 12823754.
HSL color Cylindrical-coordinate representation of color #CAACC3: hue angle of 314º 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 #CAACC3 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 172 | 195 | - |
CMYK | 0 | 0.15 | 0.03 | 0.21 |
HSL | 314º | 0.22% | 0.73% | - |
HSV(B) | 314º | 0.15% | 0.79% | - |
XYZ | 48.96 | 46 | 57.93 | - |
YUV | 183.59 | 134.44 | 141.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 172 | 195 | 0 | 0.15 | 0.03 | 0.21 | 314 | 0.22 | 0.73 |
Hex | CA | AC | C3 | 0 | F | 3 | 15 | 13A | 16 | 49 |
Octal | 312 | 254 | 303 | 0 | 17 | 3 | 25 | 472 | 26 | 111 |
Binary | 11001010 | 10101100 | 11000011 | 0 | 1111 | 11 | 10101 | 100111010 | 10110 | 1001001 |
Color Harmonies of #CAACC3
Complementary color
Monochromatic Colors of #CAACC3
Black with #CAACC3
Text Example
Text Example
White with #CAACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACC3; }
p { color: rgb(202,172,195); }
H1.HeaderClassName
{
color: #CAACC3;
}
.AnyTagClassName
{
color: #CAACC3;
}
</style>
background-color css
<style>
a { background-color: #CAACC3; }
a { background-color: rgb(202,172,195); }
div.DivClassName
{
background-color: #CAACC3;
}
.BgClassName
{
background-color: #CAACC3;
}
</style>
border-color css
<style>
span { border-color: #CAACC3; }
span { border-color: rgb(202,172,195); }
td.TdClassName
{
border-color: #CAACC3;
}
.TagClassName
{
border-color: #CAACC3;
}
</style>