Shades of Maverick #CFA7BC
Tints of Maverick #CFA7BC
RGB
CMYK
RGB Variations
Color information
#CFA7BC (or 0xCFA7BC) is known color: Maverick. HEX triplet: CF, A7 and BC. RGB value is (207,167,188). Sum of RGB (Red+Green+Blue) = 207+167+188=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA7BC is #305843. Grayscale: #B5B5B5. Windows color (decimal): -3168324 or 12363727. OLE color: 12363727.
HSL color Cylindrical-coordinate representation of color #CFA7BC: hue angle of 328.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA7BC is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 188 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.19 |
| HSL | 328.5º | 0.29% | 0.73% | - |
| HSV(B) | 328.5º | 0.19% | 0.81% | - |
| XYZ | 48.63 | 44.53 | 53.61 | - |
| YUV | 181.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 188 | 0 | 0.19 | 0.09 | 0.19 | 328.5 | 0.29 | 0.73 |
| Hex | CF | A7 | BC | 0 | 13 | 9 | 13 | 148 | 1D | 49 |
| Octal | 317 | 247 | 274 | 0 | 23 | 11 | 23 | 510 | 35 | 111 |
| Binary | 11001111 | 10100111 | 10111100 | 0 | 10011 | 1001 | 10011 | 101001000 | 11101 | 1001001 |
Color Harmonies of #CFA7BC
Complementary color
Monochromatic Colors of #CFA7BC
Black with #CFA7BC
Text Example
Text Example
White with #CFA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7BC; }
p { color: rgb(207,167,188); }
H1.HeaderClassName
{
color: #CFA7BC;
}
.AnyTagClassName
{
color: #CFA7BC;
}
</style>
background-color css
<style>
a { background-color: #CFA7BC; }
a { background-color: rgb(207,167,188); }
div.DivClassName
{
background-color: #CFA7BC;
}
.BgClassName
{
background-color: #CFA7BC;
}
</style>
border-color css
<style>
span { border-color: #CFA7BC; }
span { border-color: rgb(207,167,188); }
td.TdClassName
{
border-color: #CFA7BC;
}
.TagClassName
{
border-color: #CFA7BC;
}
</style>