Shades of Maverick #CCACBF
Tints of Maverick #CCACBF
RGB
CMYK
RGB Variations
Color information
#CCACBF (or 0xCCACBF) is known color: Maverick. HEX triplet: CC, AC and BF. RGB value is (204,172,191). Sum of RGB (Red+Green+Blue) = 204+172+191=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACBF is #335340. Grayscale: #B7B7B7. Windows color (decimal): -3363649 or 12561612. OLE color: 12561612.
HSL color Cylindrical-coordinate representation of color #CCACBF: hue angle of 324.38º 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 #CCACBF is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 191 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.2 |
| HSL | 324.38º | 0.24% | 0.74% | - |
| HSV(B) | 324.38º | 0.16% | 0.8% | - |
| XYZ | 49.06 | 46.1 | 55.6 | - |
| YUV | 183.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 191 | 0 | 0.16 | 0.06 | 0.2 | 324.38 | 0.24 | 0.74 |
| Hex | CC | AC | BF | 0 | 10 | 6 | 14 | 144 | 18 | 4A |
| Octal | 314 | 254 | 277 | 0 | 20 | 6 | 24 | 504 | 30 | 112 |
| Binary | 11001100 | 10101100 | 10111111 | 0 | 10000 | 110 | 10100 | 101000100 | 11000 | 1001010 |
Color Harmonies of #CCACBF
Complementary color
Monochromatic Colors of #CCACBF
Black with #CCACBF
Text Example
Text Example
White with #CCACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACBF; }
p { color: rgb(204,172,191); }
H1.HeaderClassName
{
color: #CCACBF;
}
.AnyTagClassName
{
color: #CCACBF;
}
</style>
background-color css
<style>
a { background-color: #CCACBF; }
a { background-color: rgb(204,172,191); }
div.DivClassName
{
background-color: #CCACBF;
}
.BgClassName
{
background-color: #CCACBF;
}
</style>
border-color css
<style>
span { border-color: #CCACBF; }
span { border-color: rgb(204,172,191); }
td.TdClassName
{
border-color: #CCACBF;
}
.TagClassName
{
border-color: #CCACBF;
}
</style>