Shades of Maverick #CCA9BD
Tints of Maverick #CCA9BD
RGB
CMYK
RGB Variations
Color information
#CCA9BD (or 0xCCA9BD) is known color: Maverick. HEX triplet: CC, A9 and BD. RGB value is (204,169,189). Sum of RGB (Red+Green+Blue) = 204+169+189=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9BD is #335642. Grayscale: #B5B5B5. Windows color (decimal): -3364419 or 12429772. OLE color: 12429772.
HSL color Cylindrical-coordinate representation of color #CCA9BD: hue angle of 325.71º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCA9BD is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 189 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.2 |
| HSL | 325.71º | 0.26% | 0.73% | - |
| HSV(B) | 325.71º | 0.17% | 0.8% | - |
| XYZ | 48.28 | 44.89 | 54.26 | - |
| YUV | 181.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 189 | 0 | 0.17 | 0.07 | 0.2 | 325.71 | 0.26 | 0.73 |
| Hex | CC | A9 | BD | 0 | 11 | 7 | 14 | 146 | 1A | 49 |
| Octal | 314 | 251 | 275 | 0 | 21 | 7 | 24 | 506 | 32 | 111 |
| Binary | 11001100 | 10101001 | 10111101 | 0 | 10001 | 111 | 10100 | 101000110 | 11010 | 1001001 |
Color Harmonies of #CCA9BD
Complementary color
Monochromatic Colors of #CCA9BD
Black with #CCA9BD
Text Example
Text Example
White with #CCA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA9BD; }
p { color: rgb(204,169,189); }
H1.HeaderClassName
{
color: #CCA9BD;
}
.AnyTagClassName
{
color: #CCA9BD;
}
</style>
background-color css
<style>
a { background-color: #CCA9BD; }
a { background-color: rgb(204,169,189); }
div.DivClassName
{
background-color: #CCA9BD;
}
.BgClassName
{
background-color: #CCA9BD;
}
</style>
border-color css
<style>
span { border-color: #CCA9BD; }
span { border-color: rgb(204,169,189); }
td.TdClassName
{
border-color: #CCA9BD;
}
.TagClassName
{
border-color: #CCA9BD;
}
</style>