Shades of Maverick #CCABBC
Tints of Maverick #CCABBC
RGB
CMYK
RGB Variations
Color information
#CCABBC (or 0xCCABBC) is known color: Maverick. HEX triplet: CC, AB and BC. RGB value is (204,171,188). Sum of RGB (Red+Green+Blue) = 204+171+188=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABBC is #335443. Grayscale: #B6B6B6. Windows color (decimal): -3363908 or 12364748. OLE color: 12364748.
HSL color Cylindrical-coordinate representation of color #CCABBC: hue angle of 329.09º 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 #CCABBC is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 188 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.2 |
| HSL | 329.09º | 0.24% | 0.74% | - |
| HSV(B) | 329.09º | 0.16% | 0.8% | - |
| XYZ | 48.54 | 45.59 | 53.82 | - |
| YUV | 182.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 188 | 0 | 0.16 | 0.08 | 0.2 | 329.09 | 0.24 | 0.74 |
| Hex | CC | AB | BC | 0 | 10 | 8 | 14 | 149 | 18 | 4A |
| Octal | 314 | 253 | 274 | 0 | 20 | 10 | 24 | 511 | 30 | 112 |
| Binary | 11001100 | 10101011 | 10111100 | 0 | 10000 | 1000 | 10100 | 101001001 | 11000 | 1001010 |
Color Harmonies of #CCABBC
Complementary color
Monochromatic Colors of #CCABBC
Black with #CCABBC
Text Example
Text Example
White with #CCABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABBC; }
p { color: rgb(204,171,188); }
H1.HeaderClassName
{
color: #CCABBC;
}
.AnyTagClassName
{
color: #CCABBC;
}
</style>
background-color css
<style>
a { background-color: #CCABBC; }
a { background-color: rgb(204,171,188); }
div.DivClassName
{
background-color: #CCABBC;
}
.BgClassName
{
background-color: #CCABBC;
}
</style>
border-color css
<style>
span { border-color: #CCABBC; }
span { border-color: rgb(204,171,188); }
td.TdClassName
{
border-color: #CCABBC;
}
.TagClassName
{
border-color: #CCABBC;
}
</style>