Shades of Maverick #CFA4C1
Tints of Maverick #CFA4C1
RGB
CMYK
RGB Variations
Color information
#CFA4C1 (or 0xCFA4C1) is known color: Maverick. HEX triplet: CF, A4 and C1. RGB value is (207,164,193). Sum of RGB (Red+Green+Blue) = 207+164+193=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4C1 is #305B3E. Grayscale: #B4B4B4. Windows color (decimal): -3169087 or 12690639. OLE color: 12690639.
HSL color Cylindrical-coordinate representation of color #CFA4C1: hue angle of 319.53º 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 #CFA4C1 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 193 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.19 |
| HSL | 319.53º | 0.31% | 0.73% | - |
| HSV(B) | 319.53º | 0.21% | 0.81% | - |
| XYZ | 48.63 | 43.67 | 56.32 | - |
| YUV | 180.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 193 | 0 | 0.21 | 0.07 | 0.19 | 319.53 | 0.31 | 0.73 |
| Hex | CF | A4 | C1 | 0 | 15 | 7 | 13 | 140 | 1F | 49 |
| Octal | 317 | 244 | 301 | 0 | 25 | 7 | 23 | 500 | 37 | 111 |
| Binary | 11001111 | 10100100 | 11000001 | 0 | 10101 | 111 | 10011 | 101000000 | 11111 | 1001001 |
Color Harmonies of #CFA4C1
Complementary color
Monochromatic Colors of #CFA4C1
Black with #CFA4C1
Text Example
Text Example
White with #CFA4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4C1; }
p { color: rgb(207,164,193); }
H1.HeaderClassName
{
color: #CFA4C1;
}
.AnyTagClassName
{
color: #CFA4C1;
}
</style>
background-color css
<style>
a { background-color: #CFA4C1; }
a { background-color: rgb(207,164,193); }
div.DivClassName
{
background-color: #CFA4C1;
}
.BgClassName
{
background-color: #CFA4C1;
}
</style>
border-color css
<style>
span { border-color: #CFA4C1; }
span { border-color: rgb(207,164,193); }
td.TdClassName
{
border-color: #CFA4C1;
}
.TagClassName
{
border-color: #CFA4C1;
}
</style>