Shades of Maverick #CCAEC2
Tints of Maverick #CCAEC2
RGB
CMYK
RGB Variations
Color information
#CCAEC2 (or 0xCCAEC2) is known color: Maverick. HEX triplet: CC, AE and C2. RGB value is (204,174,194). Sum of RGB (Red+Green+Blue) = 204+174+194=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC2 is #33513D. Grayscale: #B9B9B9. Windows color (decimal): -3363134 or 12758732. OLE color: 12758732.
HSL color Cylindrical-coordinate representation of color #CCAEC2: hue angle of 320º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCAEC2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 174 | 194 | - |
CMYK | 0 | 0.15 | 0.05 | 0.2 |
HSL | 320º | 0.23% | 0.74% | - |
HSV(B) | 320º | 0.15% | 0.8% | - |
XYZ | 49.78 | 47 | 57.49 | - |
YUV | 185.25 | 132.94 | 141.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 174 | 194 | 0 | 0.15 | 0.05 | 0.2 | 320 | 0.23 | 0.74 |
Hex | CC | AE | C2 | 0 | F | 5 | 14 | 140 | 17 | 4A |
Octal | 314 | 256 | 302 | 0 | 17 | 5 | 24 | 500 | 27 | 112 |
Binary | 11001100 | 10101110 | 11000010 | 0 | 1111 | 101 | 10100 | 101000000 | 10111 | 1001010 |
Color Harmonies of #CCAEC2
Complementary color
Monochromatic Colors of #CCAEC2
Black with #CCAEC2
Text Example
Text Example
White with #CCAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEC2; }
p { color: rgb(204,174,194); }
H1.HeaderClassName
{
color: #CCAEC2;
}
.AnyTagClassName
{
color: #CCAEC2;
}
</style>
background-color css
<style>
a { background-color: #CCAEC2; }
a { background-color: rgb(204,174,194); }
div.DivClassName
{
background-color: #CCAEC2;
}
.BgClassName
{
background-color: #CCAEC2;
}
</style>
border-color css
<style>
span { border-color: #CCAEC2; }
span { border-color: rgb(204,174,194); }
td.TdClassName
{
border-color: #CCAEC2;
}
.TagClassName
{
border-color: #CCAEC2;
}
</style>