Shades of Maverick #CCAEBF
Tints of Maverick #CCAEBF
RGB
CMYK
RGB Variations
Color information
#CCAEBF (or 0xCCAEBF) is known color: Maverick. HEX triplet: CC, AE and BF. RGB value is (204,174,191). Sum of RGB (Red+Green+Blue) = 204+174+191=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEBF is #335140. Grayscale: #B8B8B8. Windows color (decimal): -3363137 or 12562124. OLE color: 12562124.
HSL color Cylindrical-coordinate representation of color #CCAEBF: hue angle of 326º 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 #CCAEBF is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 174 | 191 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.2 |
| HSL | 326º | 0.23% | 0.74% | - |
| HSV(B) | 326º | 0.15% | 0.8% | - |
| XYZ | 49.44 | 46.87 | 55.73 | - |
| YUV | 184.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 191 | 0 | 0.15 | 0.06 | 0.2 | 326 | 0.23 | 0.74 |
| Hex | CC | AE | BF | 0 | F | 6 | 14 | 146 | 17 | 4A |
| Octal | 314 | 256 | 277 | 0 | 17 | 6 | 24 | 506 | 27 | 112 |
| Binary | 11001100 | 10101110 | 10111111 | 0 | 1111 | 110 | 10100 | 101000110 | 10111 | 1001010 |
Color Harmonies of #CCAEBF
Complementary color
Monochromatic Colors of #CCAEBF
Black with #CCAEBF
Text Example
Text Example
White with #CCAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEBF; }
p { color: rgb(204,174,191); }
H1.HeaderClassName
{
color: #CCAEBF;
}
.AnyTagClassName
{
color: #CCAEBF;
}
</style>
background-color css
<style>
a { background-color: #CCAEBF; }
a { background-color: rgb(204,174,191); }
div.DivClassName
{
background-color: #CCAEBF;
}
.BgClassName
{
background-color: #CCAEBF;
}
</style>
border-color css
<style>
span { border-color: #CCAEBF; }
span { border-color: rgb(204,174,191); }
td.TdClassName
{
border-color: #CCAEBF;
}
.TagClassName
{
border-color: #CCAEBF;
}
</style>