Shades of Maverick #CCABBB
Tints of Maverick #CCABBB
RGB
CMYK
RGB Variations
Color information
#CCABBB (or 0xCCABBB) is known color: Maverick. HEX triplet: CC, AB and BB. RGB value is (204,171,187). Sum of RGB (Red+Green+Blue) = 204+171+187=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABBB is #335444. Grayscale: #B6B6B6. Windows color (decimal): -3363909 or 12299212. OLE color: 12299212.
HSL color Cylindrical-coordinate representation of color #CCABBB: hue angle of 330.91º 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 #CCABBB is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 187 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.2 |
| HSL | 330.91º | 0.24% | 0.74% | - |
| HSV(B) | 330.91º | 0.16% | 0.8% | - |
| XYZ | 48.43 | 45.55 | 53.25 | - |
| YUV | 182.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 187 | 0 | 0.16 | 0.08 | 0.2 | 330.91 | 0.24 | 0.74 |
| Hex | CC | AB | BB | 0 | 10 | 8 | 14 | 14B | 18 | 4A |
| Octal | 314 | 253 | 273 | 0 | 20 | 10 | 24 | 513 | 30 | 112 |
| Binary | 11001100 | 10101011 | 10111011 | 0 | 10000 | 1000 | 10100 | 101001011 | 11000 | 1001010 |
Color Harmonies of #CCABBB
Complementary color
Monochromatic Colors of #CCABBB
Black with #CCABBB
Text Example
Text Example
White with #CCABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABBB; }
p { color: rgb(204,171,187); }
H1.HeaderClassName
{
color: #CCABBB;
}
.AnyTagClassName
{
color: #CCABBB;
}
</style>
background-color css
<style>
a { background-color: #CCABBB; }
a { background-color: rgb(204,171,187); }
div.DivClassName
{
background-color: #CCABBB;
}
.BgClassName
{
background-color: #CCABBB;
}
</style>
border-color css
<style>
span { border-color: #CCABBB; }
span { border-color: rgb(204,171,187); }
td.TdClassName
{
border-color: #CCABBB;
}
.TagClassName
{
border-color: #CCABBB;
}
</style>