Shades of Maverick #CCABBF
Tints of Maverick #CCABBF
RGB
CMYK
RGB Variations
Color information
#CCABBF (or 0xCCABBF) is known color: Maverick. HEX triplet: CC, AB and BF. RGB value is (204,171,191). Sum of RGB (Red+Green+Blue) = 204+171+191=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABBF is #335440. Grayscale: #B7B7B7. Windows color (decimal): -3363905 or 12561356. OLE color: 12561356.
HSL color Cylindrical-coordinate representation of color #CCABBF: hue angle of 323.64º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCABBF is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 191 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.2 |
| HSL | 323.64º | 0.24% | 0.74% | - |
| HSV(B) | 323.64º | 0.16% | 0.8% | - |
| XYZ | 48.87 | 45.72 | 55.54 | - |
| YUV | 183.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 191 | 0 | 0.16 | 0.06 | 0.2 | 323.64 | 0.24 | 0.74 |
| Hex | CC | AB | BF | 0 | 10 | 6 | 14 | 144 | 18 | 4A |
| Octal | 314 | 253 | 277 | 0 | 20 | 6 | 24 | 504 | 30 | 112 |
| Binary | 11001100 | 10101011 | 10111111 | 0 | 10000 | 110 | 10100 | 101000100 | 11000 | 1001010 |
Color Harmonies of #CCABBF
Complementary color
Monochromatic Colors of #CCABBF
Black with #CCABBF
Text Example
Text Example
White with #CCABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABBF; }
p { color: rgb(204,171,191); }
H1.HeaderClassName
{
color: #CCABBF;
}
.AnyTagClassName
{
color: #CCABBF;
}
</style>
background-color css
<style>
a { background-color: #CCABBF; }
a { background-color: rgb(204,171,191); }
div.DivClassName
{
background-color: #CCABBF;
}
.BgClassName
{
background-color: #CCABBF;
}
</style>
border-color css
<style>
span { border-color: #CCABBF; }
span { border-color: rgb(204,171,191); }
td.TdClassName
{
border-color: #CCABBF;
}
.TagClassName
{
border-color: #CCABBF;
}
</style>