Shades of Maverick #CCA8BC
Tints of Maverick #CCA8BC
RGB
CMYK
RGB Variations
Color information
#CCA8BC (or 0xCCA8BC) is known color: Maverick. HEX triplet: CC, A8 and BC. RGB value is (204,168,188). Sum of RGB (Red+Green+Blue) = 204+168+188=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8BC is #335743. Grayscale: #B5B5B5. Windows color (decimal): -3364676 or 12363980. OLE color: 12363980.
HSL color Cylindrical-coordinate representation of color #CCA8BC: hue angle of 326.67º 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 #CCA8BC is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 168 | 188 | - |
CMYK | 0 | 0.18 | 0.08 | 0.2 |
HSL | 326.67º | 0.26% | 0.73% | - |
HSV(B) | 326.67º | 0.18% | 0.8% | - |
XYZ | 47.98 | 44.47 | 53.63 | - |
YUV | 181.04 | 131.93 | 144.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 168 | 188 | 0 | 0.18 | 0.08 | 0.2 | 326.67 | 0.26 | 0.73 |
Hex | CC | A8 | BC | 0 | 12 | 8 | 14 | 147 | 1A | 49 |
Octal | 314 | 250 | 274 | 0 | 22 | 10 | 24 | 507 | 32 | 111 |
Binary | 11001100 | 10101000 | 10111100 | 0 | 10010 | 1000 | 10100 | 101000111 | 11010 | 1001001 |
Color Harmonies of #CCA8BC
Complementary color
Monochromatic Colors of #CCA8BC
Black with #CCA8BC
Text Example
Text Example
White with #CCA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8BC; }
p { color: rgb(204,168,188); }
H1.HeaderClassName
{
color: #CCA8BC;
}
.AnyTagClassName
{
color: #CCA8BC;
}
</style>
background-color css
<style>
a { background-color: #CCA8BC; }
a { background-color: rgb(204,168,188); }
div.DivClassName
{
background-color: #CCA8BC;
}
.BgClassName
{
background-color: #CCA8BC;
}
</style>
border-color css
<style>
span { border-color: #CCA8BC; }
span { border-color: rgb(204,168,188); }
td.TdClassName
{
border-color: #CCA8BC;
}
.TagClassName
{
border-color: #CCA8BC;
}
</style>