Shades of Maverick #CFAEC8
Tints of Maverick #CFAEC8
RGB
CMYK
RGB Variations
Color information
#CFAEC8 (or 0xCFAEC8) is known color: Maverick. HEX triplet: CF, AE and C8. RGB value is (207,174,200). Sum of RGB (Red+Green+Blue) = 207+174+200=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEC8 is #305137. Grayscale: #BABABA. Windows color (decimal): -3166520 or 13151951. OLE color: 13151951.
HSL color Cylindrical-coordinate representation of color #CFAEC8: hue angle of 312.73º 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 #CFAEC8 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 200 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.19 |
| HSL | 312.73º | 0.26% | 0.75% | - |
| HSV(B) | 312.73º | 0.16% | 0.81% | - |
| XYZ | 51.29 | 47.71 | 61.15 | - |
| YUV | 186.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 200 | 0 | 0.16 | 0.03 | 0.19 | 312.73 | 0.26 | 0.75 |
| Hex | CF | AE | C8 | 0 | 10 | 3 | 13 | 139 | 1A | 4B |
| Octal | 317 | 256 | 310 | 0 | 20 | 3 | 23 | 471 | 32 | 113 |
| Binary | 11001111 | 10101110 | 11001000 | 0 | 10000 | 11 | 10011 | 100111001 | 11010 | 1001011 |
Color Harmonies of #CFAEC8
Complementary color
Monochromatic Colors of #CFAEC8
Black with #CFAEC8
Text Example
Text Example
White with #CFAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEC8; }
p { color: rgb(207,174,200); }
H1.HeaderClassName
{
color: #CFAEC8;
}
.AnyTagClassName
{
color: #CFAEC8;
}
</style>
background-color css
<style>
a { background-color: #CFAEC8; }
a { background-color: rgb(207,174,200); }
div.DivClassName
{
background-color: #CFAEC8;
}
.BgClassName
{
background-color: #CFAEC8;
}
</style>
border-color css
<style>
span { border-color: #CFAEC8; }
span { border-color: rgb(207,174,200); }
td.TdClassName
{
border-color: #CFAEC8;
}
.TagClassName
{
border-color: #CFAEC8;
}
</style>