Shades of Maverick #CFA1C2
Tints of Maverick #CFA1C2
RGB
CMYK
RGB Variations
Color information
#CFA1C2 (or 0xCFA1C2) is known color: Maverick. HEX triplet: CF, A1 and C2. RGB value is (207,161,194). Sum of RGB (Red+Green+Blue) = 207+161+194=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1C2 is #305E3D. Grayscale: #B2B2B2. Windows color (decimal): -3169854 or 12755407. OLE color: 12755407.
HSL color Cylindrical-coordinate representation of color #CFA1C2: hue angle of 316.96º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA1C2 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 194 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.19 |
| HSL | 316.96º | 0.32% | 0.72% | - |
| HSV(B) | 316.96º | 0.22% | 0.81% | - |
| XYZ | 48.21 | 42.65 | 56.73 | - |
| YUV | 178.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 194 | 0 | 0.22 | 0.06 | 0.19 | 316.96 | 0.32 | 0.72 |
| Hex | CF | A1 | C2 | 0 | 16 | 6 | 13 | 13D | 20 | 48 |
| Octal | 317 | 241 | 302 | 0 | 26 | 6 | 23 | 475 | 40 | 110 |
| Binary | 11001111 | 10100001 | 11000010 | 0 | 10110 | 110 | 10011 | 100111101 | 100000 | 1001000 |
Color Harmonies of #CFA1C2
Complementary color
Monochromatic Colors of #CFA1C2
Black with #CFA1C2
Text Example
Text Example
White with #CFA1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1C2; }
p { color: rgb(207,161,194); }
H1.HeaderClassName
{
color: #CFA1C2;
}
.AnyTagClassName
{
color: #CFA1C2;
}
</style>
background-color css
<style>
a { background-color: #CFA1C2; }
a { background-color: rgb(207,161,194); }
div.DivClassName
{
background-color: #CFA1C2;
}
.BgClassName
{
background-color: #CFA1C2;
}
</style>
border-color css
<style>
span { border-color: #CFA1C2; }
span { border-color: rgb(207,161,194); }
td.TdClassName
{
border-color: #CFA1C2;
}
.TagClassName
{
border-color: #CFA1C2;
}
</style>