Shades of Maverick #CFA4BC
Tints of Maverick #CFA4BC
RGB
CMYK
RGB Variations
Color information
#CFA4BC (or 0xCFA4BC) is known color: Maverick. HEX triplet: CF, A4 and BC. RGB value is (207,164,188). Sum of RGB (Red+Green+Blue) = 207+164+188=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4BC is #305B43. Grayscale: #B3B3B3. Windows color (decimal): -3169092 or 12362959. OLE color: 12362959.
HSL color Cylindrical-coordinate representation of color #CFA4BC: hue angle of 326.51º 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 #CFA4BC is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 188 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.19 |
| HSL | 326.51º | 0.31% | 0.73% | - |
| HSV(B) | 326.51º | 0.21% | 0.81% | - |
| XYZ | 48.08 | 43.45 | 53.43 | - |
| YUV | 179.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 188 | 0 | 0.21 | 0.09 | 0.19 | 326.51 | 0.31 | 0.73 |
| Hex | CF | A4 | BC | 0 | 15 | 9 | 13 | 147 | 1F | 49 |
| Octal | 317 | 244 | 274 | 0 | 25 | 11 | 23 | 507 | 37 | 111 |
| Binary | 11001111 | 10100100 | 10111100 | 0 | 10101 | 1001 | 10011 | 101000111 | 11111 | 1001001 |
Color Harmonies of #CFA4BC
Complementary color
Monochromatic Colors of #CFA4BC
Black with #CFA4BC
Text Example
Text Example
White with #CFA4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4BC; }
p { color: rgb(207,164,188); }
H1.HeaderClassName
{
color: #CFA4BC;
}
.AnyTagClassName
{
color: #CFA4BC;
}
</style>
background-color css
<style>
a { background-color: #CFA4BC; }
a { background-color: rgb(207,164,188); }
div.DivClassName
{
background-color: #CFA4BC;
}
.BgClassName
{
background-color: #CFA4BC;
}
</style>
border-color css
<style>
span { border-color: #CFA4BC; }
span { border-color: rgb(207,164,188); }
td.TdClassName
{
border-color: #CFA4BC;
}
.TagClassName
{
border-color: #CFA4BC;
}
</style>