Shades of Maverick #CFA6C2
Tints of Maverick #CFA6C2
RGB
CMYK
RGB Variations
Color information
#CFA6C2 (or 0xCFA6C2) is known color: Maverick. HEX triplet: CF, A6 and C2. RGB value is (207,166,194). Sum of RGB (Red+Green+Blue) = 207+166+194=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6C2 is #30593D. Grayscale: #B5B5B5. Windows color (decimal): -3168574 or 12756687. OLE color: 12756687.
HSL color Cylindrical-coordinate representation of color #CFA6C2: hue angle of 319.02º 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 #CFA6C2 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 194 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.19 |
| HSL | 319.02º | 0.3% | 0.73% | - |
| HSV(B) | 319.02º | 0.2% | 0.81% | - |
| XYZ | 49.11 | 44.43 | 57.03 | - |
| YUV | 181.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 194 | 0 | 0.20 | 0.06 | 0.19 | 319.02 | 0.3 | 0.73 |
| Hex | CF | A6 | C2 | 0 | 14 | 6 | 13 | 13F | 1E | 49 |
| Octal | 317 | 246 | 302 | 0 | 24 | 6 | 23 | 477 | 36 | 111 |
| Binary | 11001111 | 10100110 | 11000010 | 0 | 10100 | 110 | 10011 | 100111111 | 11110 | 1001001 |
Color Harmonies of #CFA6C2
Complementary color
Monochromatic Colors of #CFA6C2
Black with #CFA6C2
Text Example
Text Example
White with #CFA6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6C2; }
p { color: rgb(207,166,194); }
H1.HeaderClassName
{
color: #CFA6C2;
}
.AnyTagClassName
{
color: #CFA6C2;
}
</style>
background-color css
<style>
a { background-color: #CFA6C2; }
a { background-color: rgb(207,166,194); }
div.DivClassName
{
background-color: #CFA6C2;
}
.BgClassName
{
background-color: #CFA6C2;
}
</style>
border-color css
<style>
span { border-color: #CFA6C2; }
span { border-color: rgb(207,166,194); }
td.TdClassName
{
border-color: #CFA6C2;
}
.TagClassName
{
border-color: #CFA6C2;
}
</style>