Shades of Maverick #CCA8BB
Tints of Maverick #CCA8BB
RGB
CMYK
RGB Variations
Color information
#CCA8BB (or 0xCCA8BB) is known color: Maverick. HEX triplet: CC, A8 and BB. RGB value is (204,168,187). Sum of RGB (Red+Green+Blue) = 204+168+187=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8BB is #335744. Grayscale: #B4B4B4. Windows color (decimal): -3364677 or 12298444. OLE color: 12298444.
HSL color Cylindrical-coordinate representation of color #CCA8BB: hue angle of 328.33º 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 #CCA8BB is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 168 | 187 | - |
CMYK | 0 | 0.18 | 0.08 | 0.2 |
HSL | 328.33º | 0.26% | 0.73% | - |
HSV(B) | 328.33º | 0.18% | 0.8% | - |
XYZ | 47.87 | 44.43 | 53.07 | - |
YUV | 180.93 | 131.43 | 144.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 168 | 187 | 0 | 0.18 | 0.08 | 0.2 | 328.33 | 0.26 | 0.73 |
Hex | CC | A8 | BB | 0 | 12 | 8 | 14 | 148 | 1A | 49 |
Octal | 314 | 250 | 273 | 0 | 22 | 10 | 24 | 510 | 32 | 111 |
Binary | 11001100 | 10101000 | 10111011 | 0 | 10010 | 1000 | 10100 | 101001000 | 11010 | 1001001 |
Color Harmonies of #CCA8BB
Complementary color
Monochromatic Colors of #CCA8BB
Black with #CCA8BB
Text Example
Text Example
White with #CCA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8BB; }
p { color: rgb(204,168,187); }
H1.HeaderClassName
{
color: #CCA8BB;
}
.AnyTagClassName
{
color: #CCA8BB;
}
</style>
background-color css
<style>
a { background-color: #CCA8BB; }
a { background-color: rgb(204,168,187); }
div.DivClassName
{
background-color: #CCA8BB;
}
.BgClassName
{
background-color: #CCA8BB;
}
</style>
border-color css
<style>
span { border-color: #CCA8BB; }
span { border-color: rgb(204,168,187); }
td.TdClassName
{
border-color: #CCA8BB;
}
.TagClassName
{
border-color: #CCA8BB;
}
</style>