Shades of Maverick #CCAAC3
Tints of Maverick #CCAAC3
RGB
CMYK
RGB Variations
Color information
#CCAAC3 (or 0xCCAAC3) is known color: Maverick. HEX triplet: CC, AA and C3. RGB value is (204,170,195). Sum of RGB (Red+Green+Blue) = 204+170+195=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAC3 is #33553C. Grayscale: #B6B6B6. Windows color (decimal): -3364157 or 12823244. OLE color: 12823244.
HSL color Cylindrical-coordinate representation of color #CCAAC3: hue angle of 315.88º degrees, saturation: 0.25, 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 #CCAAC3 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 170 | 195 | - |
CMYK | 0 | 0.17 | 0.04 | 0.2 |
HSL | 315.88º | 0.25% | 0.73% | - |
HSV(B) | 315.88º | 0.17% | 0.8% | - |
XYZ | 49.13 | 45.53 | 57.83 | - |
YUV | 183.02 | 134.76 | 142.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 170 | 195 | 0 | 0.17 | 0.04 | 0.2 | 315.88 | 0.25 | 0.73 |
Hex | CC | AA | C3 | 0 | 11 | 4 | 14 | 13C | 19 | 49 |
Octal | 314 | 252 | 303 | 0 | 21 | 4 | 24 | 474 | 31 | 111 |
Binary | 11001100 | 10101010 | 11000011 | 0 | 10001 | 100 | 10100 | 100111100 | 11001 | 1001001 |
Color Harmonies of #CCAAC3
Complementary color
Monochromatic Colors of #CCAAC3
Black with #CCAAC3
Text Example
Text Example
White with #CCAAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAC3; }
p { color: rgb(204,170,195); }
H1.HeaderClassName
{
color: #CCAAC3;
}
.AnyTagClassName
{
color: #CCAAC3;
}
</style>
background-color css
<style>
a { background-color: #CCAAC3; }
a { background-color: rgb(204,170,195); }
div.DivClassName
{
background-color: #CCAAC3;
}
.BgClassName
{
background-color: #CCAAC3;
}
</style>
border-color css
<style>
span { border-color: #CCAAC3; }
span { border-color: rgb(204,170,195); }
td.TdClassName
{
border-color: #CCAAC3;
}
.TagClassName
{
border-color: #CCAAC3;
}
</style>