Shades of Maverick #CAACBC
Tints of Maverick #CAACBC
RGB
CMYK
RGB Variations
Color information
#CAACBC (or 0xCAACBC) is known color: Maverick. HEX triplet: CA, AC and BC. RGB value is (202,172,188). Sum of RGB (Red+Green+Blue) = 202+172+188=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACBC is #355343. Grayscale: #B6B6B6. Windows color (decimal): -3494724 or 12365002. OLE color: 12365002.
HSL color Cylindrical-coordinate representation of color #CAACBC: hue angle of 328º 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 #CAACBC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 172 | 188 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.21 |
| HSL | 328º | 0.22% | 0.73% | - |
| HSV(B) | 328º | 0.15% | 0.79% | - |
| XYZ | 48.19 | 45.69 | 53.86 | - |
| YUV | 182.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 188 | 0 | 0.15 | 0.07 | 0.21 | 328 | 0.22 | 0.73 |
| Hex | CA | AC | BC | 0 | F | 7 | 15 | 148 | 16 | 49 |
| Octal | 312 | 254 | 274 | 0 | 17 | 7 | 25 | 510 | 26 | 111 |
| Binary | 11001010 | 10101100 | 10111100 | 0 | 1111 | 111 | 10101 | 101001000 | 10110 | 1001001 |
Color Harmonies of #CAACBC
Complementary color
Monochromatic Colors of #CAACBC
Black with #CAACBC
Text Example
Text Example
White with #CAACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACBC; }
p { color: rgb(202,172,188); }
H1.HeaderClassName
{
color: #CAACBC;
}
.AnyTagClassName
{
color: #CAACBC;
}
</style>
background-color css
<style>
a { background-color: #CAACBC; }
a { background-color: rgb(202,172,188); }
div.DivClassName
{
background-color: #CAACBC;
}
.BgClassName
{
background-color: #CAACBC;
}
</style>
border-color css
<style>
span { border-color: #CAACBC; }
span { border-color: rgb(202,172,188); }
td.TdClassName
{
border-color: #CAACBC;
}
.TagClassName
{
border-color: #CAACBC;
}
</style>