Shades of Maverick #CCA8BE
Tints of Maverick #CCA8BE
RGB
CMYK
RGB Variations
Color information
#CCA8BE (or 0xCCA8BE) is known color: Maverick. HEX triplet: CC, A8 and BE. RGB value is (204,168,190). Sum of RGB (Red+Green+Blue) = 204+168+190=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8BE is #335741. Grayscale: #B5B5B5. Windows color (decimal): -3364674 or 12495052. OLE color: 12495052.
HSL color Cylindrical-coordinate representation of color #CCA8BE: hue angle of 323.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 #CCA8BE is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 168 | 190 | - |
CMYK | 0 | 0.18 | 0.07 | 0.2 |
HSL | 323.33º | 0.26% | 0.73% | - |
HSV(B) | 323.33º | 0.18% | 0.8% | - |
XYZ | 48.2 | 44.56 | 54.78 | - |
YUV | 181.27 | 132.93 | 144.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 168 | 190 | 0 | 0.18 | 0.07 | 0.2 | 323.33 | 0.26 | 0.73 |
Hex | CC | A8 | BE | 0 | 12 | 7 | 14 | 143 | 1A | 49 |
Octal | 314 | 250 | 276 | 0 | 22 | 7 | 24 | 503 | 32 | 111 |
Binary | 11001100 | 10101000 | 10111110 | 0 | 10010 | 111 | 10100 | 101000011 | 11010 | 1001001 |
Color Harmonies of #CCA8BE
Complementary color
Monochromatic Colors of #CCA8BE
Black with #CCA8BE
Text Example
Text Example
White with #CCA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8BE; }
p { color: rgb(204,168,190); }
H1.HeaderClassName
{
color: #CCA8BE;
}
.AnyTagClassName
{
color: #CCA8BE;
}
</style>
background-color css
<style>
a { background-color: #CCA8BE; }
a { background-color: rgb(204,168,190); }
div.DivClassName
{
background-color: #CCA8BE;
}
.BgClassName
{
background-color: #CCA8BE;
}
</style>
border-color css
<style>
span { border-color: #CCA8BE; }
span { border-color: rgb(204,168,190); }
td.TdClassName
{
border-color: #CCA8BE;
}
.TagClassName
{
border-color: #CCA8BE;
}
</style>