Shades of Maverick #CAACBF
Tints of Maverick #CAACBF
RGB
CMYK
RGB Variations
Color information
#CAACBF (or 0xCAACBF) is known color: Maverick. HEX triplet: CA, AC and BF. RGB value is (202,172,191). Sum of RGB (Red+Green+Blue) = 202+172+191=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACBF is #355340. Grayscale: #B7B7B7. Windows color (decimal): -3494721 or 12561610. OLE color: 12561610.
HSL color Cylindrical-coordinate representation of color #CAACBF: hue angle of 322º 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 #CAACBF is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 172 | 191 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.21 |
| HSL | 322º | 0.22% | 0.73% | - |
| HSV(B) | 322º | 0.15% | 0.79% | - |
| XYZ | 48.51 | 45.82 | 55.58 | - |
| YUV | 183.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 191 | 0 | 0.15 | 0.05 | 0.21 | 322 | 0.22 | 0.73 |
| Hex | CA | AC | BF | 0 | F | 5 | 15 | 142 | 16 | 49 |
| Octal | 312 | 254 | 277 | 0 | 17 | 5 | 25 | 502 | 26 | 111 |
| Binary | 11001010 | 10101100 | 10111111 | 0 | 1111 | 101 | 10101 | 101000010 | 10110 | 1001001 |
Color Harmonies of #CAACBF
Complementary color
Monochromatic Colors of #CAACBF
Black with #CAACBF
Text Example
Text Example
White with #CAACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACBF; }
p { color: rgb(202,172,191); }
H1.HeaderClassName
{
color: #CAACBF;
}
.AnyTagClassName
{
color: #CAACBF;
}
</style>
background-color css
<style>
a { background-color: #CAACBF; }
a { background-color: rgb(202,172,191); }
div.DivClassName
{
background-color: #CAACBF;
}
.BgClassName
{
background-color: #CAACBF;
}
</style>
border-color css
<style>
span { border-color: #CAACBF; }
span { border-color: rgb(202,172,191); }
td.TdClassName
{
border-color: #CAACBF;
}
.TagClassName
{
border-color: #CAACBF;
}
</style>