Shades of Maverick #CFAEC4
Tints of Maverick #CFAEC4
RGB
CMYK
RGB Variations
Color information
#CFAEC4 (or 0xCFAEC4) is known color: Maverick. HEX triplet: CF, AE and C4. RGB value is (207,174,196). Sum of RGB (Red+Green+Blue) = 207+174+196=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEC4 is #30513B. Grayscale: #BABABA. Windows color (decimal): -3166524 or 12889807. OLE color: 12889807.
HSL color Cylindrical-coordinate representation of color #CFAEC4: hue angle of 320º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAEC4 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 196 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.19 |
| HSL | 320º | 0.26% | 0.75% | - |
| HSV(B) | 320º | 0.16% | 0.81% | - |
| XYZ | 50.83 | 47.52 | 58.72 | - |
| YUV | 186.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 196 | 0 | 0.16 | 0.05 | 0.19 | 320 | 0.26 | 0.75 |
| Hex | CF | AE | C4 | 0 | 10 | 5 | 13 | 140 | 1A | 4B |
| Octal | 317 | 256 | 304 | 0 | 20 | 5 | 23 | 500 | 32 | 113 |
| Binary | 11001111 | 10101110 | 11000100 | 0 | 10000 | 101 | 10011 | 101000000 | 11010 | 1001011 |
Color Harmonies of #CFAEC4
Complementary color
Monochromatic Colors of #CFAEC4
Black with #CFAEC4
Text Example
Text Example
White with #CFAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEC4; }
p { color: rgb(207,174,196); }
H1.HeaderClassName
{
color: #CFAEC4;
}
.AnyTagClassName
{
color: #CFAEC4;
}
</style>
background-color css
<style>
a { background-color: #CFAEC4; }
a { background-color: rgb(207,174,196); }
div.DivClassName
{
background-color: #CFAEC4;
}
.BgClassName
{
background-color: #CFAEC4;
}
</style>
border-color css
<style>
span { border-color: #CFAEC4; }
span { border-color: rgb(207,174,196); }
td.TdClassName
{
border-color: #CFAEC4;
}
.TagClassName
{
border-color: #CFAEC4;
}
</style>