Shades of Maverick #CFA6C0
Tints of Maverick #CFA6C0
RGB
CMYK
RGB Variations
Color information
#CFA6C0 (or 0xCFA6C0) is known color: Maverick. HEX triplet: CF, A6 and C0. RGB value is (207,166,192). Sum of RGB (Red+Green+Blue) = 207+166+192=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6C0 is #30593F. Grayscale: #B5B5B5. Windows color (decimal): -3168576 or 12625615. OLE color: 12625615.
HSL color Cylindrical-coordinate representation of color #CFA6C0: hue angle of 321.95º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6C0 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 166 | 192 | - |
CMYK | 0 | 0.20 | 0.07 | 0.19 |
HSL | 321.95º | 0.3% | 0.73% | - |
HSV(B) | 321.95º | 0.2% | 0.81% | - |
XYZ | 48.88 | 44.34 | 55.85 | - |
YUV | 181.22 | 134.08 | 146.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 166 | 192 | 0 | 0.20 | 0.07 | 0.19 | 321.95 | 0.3 | 0.73 |
Hex | CF | A6 | C0 | 0 | 14 | 7 | 13 | 142 | 1E | 49 |
Octal | 317 | 246 | 300 | 0 | 24 | 7 | 23 | 502 | 36 | 111 |
Binary | 11001111 | 10100110 | 11000000 | 0 | 10100 | 111 | 10011 | 101000010 | 11110 | 1001001 |
Color Harmonies of #CFA6C0
Complementary color
Monochromatic Colors of #CFA6C0
Black with #CFA6C0
Text Example
Text Example
White with #CFA6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6C0; }
p { color: rgb(207,166,192); }
H1.HeaderClassName
{
color: #CFA6C0;
}
.AnyTagClassName
{
color: #CFA6C0;
}
</style>
background-color css
<style>
a { background-color: #CFA6C0; }
a { background-color: rgb(207,166,192); }
div.DivClassName
{
background-color: #CFA6C0;
}
.BgClassName
{
background-color: #CFA6C0;
}
</style>
border-color css
<style>
span { border-color: #CFA6C0; }
span { border-color: rgb(207,166,192); }
td.TdClassName
{
border-color: #CFA6C0;
}
.TagClassName
{
border-color: #CFA6C0;
}
</style>