Shades of Maverick #CCAEBA
Tints of Maverick #CCAEBA
RGB
CMYK
RGB Variations
Color information
#CCAEBA (or 0xCCAEBA) is known color: Maverick. HEX triplet: CC, AE and BA. RGB value is (204,174,186). Sum of RGB (Red+Green+Blue) = 204+174+186=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEBA is #335145. Grayscale: #B8B8B8. Windows color (decimal): -3363142 or 12234444. OLE color: 12234444.
HSL color Cylindrical-coordinate representation of color #CCAEBA: hue angle of 336º 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 #CCAEBA is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 174 | 186 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.2 |
| HSL | 336º | 0.23% | 0.74% | - |
| HSV(B) | 336º | 0.15% | 0.8% | - |
| XYZ | 48.9 | 46.65 | 52.88 | - |
| YUV | 184.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 186 | 0 | 0.15 | 0.09 | 0.2 | 336 | 0.23 | 0.74 |
| Hex | CC | AE | BA | 0 | F | 9 | 14 | 150 | 17 | 4A |
| Octal | 314 | 256 | 272 | 0 | 17 | 11 | 24 | 520 | 27 | 112 |
| Binary | 11001100 | 10101110 | 10111010 | 0 | 1111 | 1001 | 10100 | 101010000 | 10111 | 1001010 |
Color Harmonies of #CCAEBA
Complementary color
Monochromatic Colors of #CCAEBA
Black with #CCAEBA
Text Example
Text Example
White with #CCAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEBA; }
p { color: rgb(204,174,186); }
H1.HeaderClassName
{
color: #CCAEBA;
}
.AnyTagClassName
{
color: #CCAEBA;
}
</style>
background-color css
<style>
a { background-color: #CCAEBA; }
a { background-color: rgb(204,174,186); }
div.DivClassName
{
background-color: #CCAEBA;
}
.BgClassName
{
background-color: #CCAEBA;
}
</style>
border-color css
<style>
span { border-color: #CCAEBA; }
span { border-color: rgb(204,174,186); }
td.TdClassName
{
border-color: #CCAEBA;
}
.TagClassName
{
border-color: #CCAEBA;
}
</style>