Shades of Maverick #CCA8BA
Tints of Maverick #CCA8BA
RGB
CMYK
RGB Variations
Color information
#CCA8BA (or 0xCCA8BA) is known color: Maverick. HEX triplet: CC, A8 and BA. RGB value is (204,168,186). Sum of RGB (Red+Green+Blue) = 204+168+186=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8BA is #335745. Grayscale: #B4B4B4. Windows color (decimal): -3364678 or 12232908. OLE color: 12232908.
HSL color Cylindrical-coordinate representation of color #CCA8BA: hue angle of 330º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8BA is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 168 | 186 | - |
CMYK | 0 | 0.18 | 0.09 | 0.2 |
HSL | 330º | 0.26% | 0.73% | - |
HSV(B) | 330º | 0.18% | 0.8% | - |
XYZ | 47.77 | 44.39 | 52.5 | - |
YUV | 180.82 | 130.93 | 144.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 168 | 186 | 0 | 0.18 | 0.09 | 0.2 | 330 | 0.26 | 0.73 |
Hex | CC | A8 | BA | 0 | 12 | 9 | 14 | 14A | 1A | 49 |
Octal | 314 | 250 | 272 | 0 | 22 | 11 | 24 | 512 | 32 | 111 |
Binary | 11001100 | 10101000 | 10111010 | 0 | 10010 | 1001 | 10100 | 101001010 | 11010 | 1001001 |
Color Harmonies of #CCA8BA
Complementary color
Monochromatic Colors of #CCA8BA
Black with #CCA8BA
Text Example
Text Example
White with #CCA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8BA; }
p { color: rgb(204,168,186); }
H1.HeaderClassName
{
color: #CCA8BA;
}
.AnyTagClassName
{
color: #CCA8BA;
}
</style>
background-color css
<style>
a { background-color: #CCA8BA; }
a { background-color: rgb(204,168,186); }
div.DivClassName
{
background-color: #CCA8BA;
}
.BgClassName
{
background-color: #CCA8BA;
}
</style>
border-color css
<style>
span { border-color: #CCA8BA; }
span { border-color: rgb(204,168,186); }
td.TdClassName
{
border-color: #CCA8BA;
}
.TagClassName
{
border-color: #CCA8BA;
}
</style>