Shades of Maverick #CFA7BB
Tints of Maverick #CFA7BB
RGB
CMYK
RGB Variations
Color information
#CFA7BB (or 0xCFA7BB) is known color: Maverick. HEX triplet: CF, A7 and BB. RGB value is (207,167,187). Sum of RGB (Red+Green+Blue) = 207+167+187=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA7BB is #305844. Grayscale: #B5B5B5. Windows color (decimal): -3168325 or 12298191. OLE color: 12298191.
HSL color Cylindrical-coordinate representation of color #CFA7BB: hue angle of 330º 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 #CFA7BB is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 187 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.19 |
| HSL | 330º | 0.29% | 0.73% | - |
| HSV(B) | 330º | 0.19% | 0.81% | - |
| XYZ | 48.52 | 44.49 | 53.04 | - |
| YUV | 181.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 187 | 0 | 0.19 | 0.10 | 0.19 | 330 | 0.29 | 0.73 |
| Hex | CF | A7 | BB | 0 | 13 | A | 13 | 14A | 1D | 49 |
| Octal | 317 | 247 | 273 | 0 | 23 | 12 | 23 | 512 | 35 | 111 |
| Binary | 11001111 | 10100111 | 10111011 | 0 | 10011 | 1010 | 10011 | 101001010 | 11101 | 1001001 |
Color Harmonies of #CFA7BB
Complementary color
Monochromatic Colors of #CFA7BB
Black with #CFA7BB
Text Example
Text Example
White with #CFA7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7BB; }
p { color: rgb(207,167,187); }
H1.HeaderClassName
{
color: #CFA7BB;
}
.AnyTagClassName
{
color: #CFA7BB;
}
</style>
background-color css
<style>
a { background-color: #CFA7BB; }
a { background-color: rgb(207,167,187); }
div.DivClassName
{
background-color: #CFA7BB;
}
.BgClassName
{
background-color: #CFA7BB;
}
</style>
border-color css
<style>
span { border-color: #CFA7BB; }
span { border-color: rgb(207,167,187); }
td.TdClassName
{
border-color: #CFA7BB;
}
.TagClassName
{
border-color: #CFA7BB;
}
</style>