Shades of Maverick #CCACC4
Tints of Maverick #CCACC4
RGB
CMYK
RGB Variations
Color information
#CCACC4 (or 0xCCACC4) is known color: Maverick. HEX triplet: CC, AC and C4. RGB value is (204,172,196). Sum of RGB (Red+Green+Blue) = 204+172+196=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACC4 is #33533B. Grayscale: #B8B8B8. Windows color (decimal): -3363644 or 12889292. OLE color: 12889292.
HSL color Cylindrical-coordinate representation of color #CCACC4: hue angle of 315º 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 #CCACC4 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 172 | 196 | - |
CMYK | 0 | 0.16 | 0.04 | 0.2 |
HSL | 315º | 0.24% | 0.74% | - |
HSV(B) | 315º | 0.16% | 0.8% | - |
XYZ | 49.62 | 46.33 | 58.55 | - |
YUV | 184.3 | 134.6 | 142.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 172 | 196 | 0 | 0.16 | 0.04 | 0.2 | 315 | 0.24 | 0.74 |
Hex | CC | AC | C4 | 0 | 10 | 4 | 14 | 13B | 18 | 4A |
Octal | 314 | 254 | 304 | 0 | 20 | 4 | 24 | 473 | 30 | 112 |
Binary | 11001100 | 10101100 | 11000100 | 0 | 10000 | 100 | 10100 | 100111011 | 11000 | 1001010 |
Color Harmonies of #CCACC4
Complementary color
Monochromatic Colors of #CCACC4
Black with #CCACC4
Text Example
Text Example
White with #CCACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACC4; }
p { color: rgb(204,172,196); }
H1.HeaderClassName
{
color: #CCACC4;
}
.AnyTagClassName
{
color: #CCACC4;
}
</style>
background-color css
<style>
a { background-color: #CCACC4; }
a { background-color: rgb(204,172,196); }
div.DivClassName
{
background-color: #CCACC4;
}
.BgClassName
{
background-color: #CCACC4;
}
</style>
border-color css
<style>
span { border-color: #CCACC4; }
span { border-color: rgb(204,172,196); }
td.TdClassName
{
border-color: #CCACC4;
}
.TagClassName
{
border-color: #CCACC4;
}
</style>