Shades of Maverick #CFA4C0
Tints of Maverick #CFA4C0
RGB
CMYK
RGB Variations
Color information
#CFA4C0 (or 0xCFA4C0) is known color: Maverick. HEX triplet: CF, A4 and C0. RGB value is (207,164,192). Sum of RGB (Red+Green+Blue) = 207+164+192=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4C0 is #305B3F. Grayscale: #B3B3B3. Windows color (decimal): -3169088 or 12625103. OLE color: 12625103.
HSL color Cylindrical-coordinate representation of color #CFA4C0: hue angle of 320.93º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA4C0 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 192 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.19 |
| HSL | 320.93º | 0.31% | 0.73% | - |
| HSV(B) | 320.93º | 0.21% | 0.81% | - |
| XYZ | 48.52 | 43.62 | 55.73 | - |
| YUV | 180.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 192 | 0 | 0.21 | 0.07 | 0.19 | 320.93 | 0.31 | 0.73 |
| Hex | CF | A4 | C0 | 0 | 15 | 7 | 13 | 141 | 1F | 49 |
| Octal | 317 | 244 | 300 | 0 | 25 | 7 | 23 | 501 | 37 | 111 |
| Binary | 11001111 | 10100100 | 11000000 | 0 | 10101 | 111 | 10011 | 101000001 | 11111 | 1001001 |
Color Harmonies of #CFA4C0
Complementary color
Monochromatic Colors of #CFA4C0
Black with #CFA4C0
Text Example
Text Example
White with #CFA4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4C0; }
p { color: rgb(207,164,192); }
H1.HeaderClassName
{
color: #CFA4C0;
}
.AnyTagClassName
{
color: #CFA4C0;
}
</style>
background-color css
<style>
a { background-color: #CFA4C0; }
a { background-color: rgb(207,164,192); }
div.DivClassName
{
background-color: #CFA4C0;
}
.BgClassName
{
background-color: #CFA4C0;
}
</style>
border-color css
<style>
span { border-color: #CFA4C0; }
span { border-color: rgb(207,164,192); }
td.TdClassName
{
border-color: #CFA4C0;
}
.TagClassName
{
border-color: #CFA4C0;
}
</style>