Shades of Maverick #CCACBD
Tints of Maverick #CCACBD
RGB
CMYK
RGB Variations
Color information
#CCACBD (or 0xCCACBD) is known color: Maverick. HEX triplet: CC, AC and BD. RGB value is (204,172,189). Sum of RGB (Red+Green+Blue) = 204+172+189=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACBD is #335342. Grayscale: #B7B7B7. Windows color (decimal): -3363651 or 12430540. OLE color: 12430540.
HSL color Cylindrical-coordinate representation of color #CCACBD: hue angle of 328.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCACBD is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 189 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.2 |
| HSL | 328.13º | 0.24% | 0.74% | - |
| HSV(B) | 328.13º | 0.16% | 0.8% | - |
| XYZ | 48.84 | 46.02 | 54.45 | - |
| YUV | 183.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 189 | 0 | 0.16 | 0.07 | 0.2 | 328.13 | 0.24 | 0.74 |
| Hex | CC | AC | BD | 0 | 10 | 7 | 14 | 148 | 18 | 4A |
| Octal | 314 | 254 | 275 | 0 | 20 | 7 | 24 | 510 | 30 | 112 |
| Binary | 11001100 | 10101100 | 10111101 | 0 | 10000 | 111 | 10100 | 101001000 | 11000 | 1001010 |
Color Harmonies of #CCACBD
Complementary color
Monochromatic Colors of #CCACBD
Black with #CCACBD
Text Example
Text Example
White with #CCACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACBD; }
p { color: rgb(204,172,189); }
H1.HeaderClassName
{
color: #CCACBD;
}
.AnyTagClassName
{
color: #CCACBD;
}
</style>
background-color css
<style>
a { background-color: #CCACBD; }
a { background-color: rgb(204,172,189); }
div.DivClassName
{
background-color: #CCACBD;
}
.BgClassName
{
background-color: #CCACBD;
}
</style>
border-color css
<style>
span { border-color: #CCACBD; }
span { border-color: rgb(204,172,189); }
td.TdClassName
{
border-color: #CCACBD;
}
.TagClassName
{
border-color: #CCACBD;
}
</style>