Shades of Maverick #CFA8BB
Tints of Maverick #CFA8BB
RGB
CMYK
RGB Variations
Color information
#CFA8BB (or 0xCFA8BB) is known color: Maverick. HEX triplet: CF, A8 and BB. RGB value is (207,168,187). Sum of RGB (Red+Green+Blue) = 207+168+187=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8BB is #305744. Grayscale: #B5B5B5. Windows color (decimal): -3168069 or 12298447. OLE color: 12298447.
HSL color Cylindrical-coordinate representation of color #CFA8BB: hue angle of 330.77º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA8BB is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 187 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.19 |
| HSL | 330.77º | 0.29% | 0.74% | - |
| HSV(B) | 330.77º | 0.19% | 0.81% | - |
| XYZ | 48.7 | 44.86 | 53.11 | - |
| YUV | 181.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 187 | 0 | 0.19 | 0.10 | 0.19 | 330.77 | 0.29 | 0.74 |
| Hex | CF | A8 | BB | 0 | 13 | A | 13 | 14B | 1D | 4A |
| Octal | 317 | 250 | 273 | 0 | 23 | 12 | 23 | 513 | 35 | 112 |
| Binary | 11001111 | 10101000 | 10111011 | 0 | 10011 | 1010 | 10011 | 101001011 | 11101 | 1001010 |
Color Harmonies of #CFA8BB
Complementary color
Monochromatic Colors of #CFA8BB
Black with #CFA8BB
Text Example
Text Example
White with #CFA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8BB; }
p { color: rgb(207,168,187); }
H1.HeaderClassName
{
color: #CFA8BB;
}
.AnyTagClassName
{
color: #CFA8BB;
}
</style>
background-color css
<style>
a { background-color: #CFA8BB; }
a { background-color: rgb(207,168,187); }
div.DivClassName
{
background-color: #CFA8BB;
}
.BgClassName
{
background-color: #CFA8BB;
}
</style>
border-color css
<style>
span { border-color: #CFA8BB; }
span { border-color: rgb(207,168,187); }
td.TdClassName
{
border-color: #CFA8BB;
}
.TagClassName
{
border-color: #CFA8BB;
}
</style>