Shades of Maverick #CCACBE
Tints of Maverick #CCACBE
RGB
CMYK
RGB Variations
Color information
#CCACBE (or 0xCCACBE) is known color: Maverick. HEX triplet: CC, AC and BE. RGB value is (204,172,190). Sum of RGB (Red+Green+Blue) = 204+172+190=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACBE is #335341. Grayscale: #B7B7B7. Windows color (decimal): -3363650 or 12496076. OLE color: 12496076.
HSL color Cylindrical-coordinate representation of color #CCACBE: hue angle of 326.25º 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 #CCACBE is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 172 | 190 | - |
CMYK | 0 | 0.16 | 0.07 | 0.2 |
HSL | 326.25º | 0.24% | 0.74% | - |
HSV(B) | 326.25º | 0.16% | 0.8% | - |
XYZ | 48.95 | 46.06 | 55.03 | - |
YUV | 183.62 | 131.6 | 142.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 172 | 190 | 0 | 0.16 | 0.07 | 0.2 | 326.25 | 0.24 | 0.74 |
Hex | CC | AC | BE | 0 | 10 | 7 | 14 | 146 | 18 | 4A |
Octal | 314 | 254 | 276 | 0 | 20 | 7 | 24 | 506 | 30 | 112 |
Binary | 11001100 | 10101100 | 10111110 | 0 | 10000 | 111 | 10100 | 101000110 | 11000 | 1001010 |
Color Harmonies of #CCACBE
Complementary color
Monochromatic Colors of #CCACBE
Black with #CCACBE
Text Example
Text Example
White with #CCACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACBE; }
p { color: rgb(204,172,190); }
H1.HeaderClassName
{
color: #CCACBE;
}
.AnyTagClassName
{
color: #CCACBE;
}
</style>
background-color css
<style>
a { background-color: #CCACBE; }
a { background-color: rgb(204,172,190); }
div.DivClassName
{
background-color: #CCACBE;
}
.BgClassName
{
background-color: #CCACBE;
}
</style>
border-color css
<style>
span { border-color: #CCACBE; }
span { border-color: rgb(204,172,190); }
td.TdClassName
{
border-color: #CCACBE;
}
.TagClassName
{
border-color: #CCACBE;
}
</style>