Shades of Maverick #CFA2BD
Tints of Maverick #CFA2BD
RGB
CMYK
RGB Variations
Color information
#CFA2BD (or 0xCFA2BD) is known color: Maverick. HEX triplet: CF, A2 and BD. RGB value is (207,162,189). Sum of RGB (Red+Green+Blue) = 207+162+189=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2BD is #305D42. Grayscale: #B2B2B2. Windows color (decimal): -3169603 or 12427983. OLE color: 12427983.
HSL color Cylindrical-coordinate representation of color #CFA2BD: hue angle of 324º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA2BD is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 189 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.19 |
| HSL | 324º | 0.32% | 0.72% | - |
| HSV(B) | 324º | 0.22% | 0.81% | - |
| XYZ | 47.84 | 42.78 | 53.88 | - |
| YUV | 178.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 189 | 0 | 0.22 | 0.09 | 0.19 | 324 | 0.32 | 0.72 |
| Hex | CF | A2 | BD | 0 | 16 | 9 | 13 | 144 | 20 | 48 |
| Octal | 317 | 242 | 275 | 0 | 26 | 11 | 23 | 504 | 40 | 110 |
| Binary | 11001111 | 10100010 | 10111101 | 0 | 10110 | 1001 | 10011 | 101000100 | 100000 | 1001000 |
Color Harmonies of #CFA2BD
Complementary color
Monochromatic Colors of #CFA2BD
Black with #CFA2BD
Text Example
Text Example
White with #CFA2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2BD; }
p { color: rgb(207,162,189); }
H1.HeaderClassName
{
color: #CFA2BD;
}
.AnyTagClassName
{
color: #CFA2BD;
}
</style>
background-color css
<style>
a { background-color: #CFA2BD; }
a { background-color: rgb(207,162,189); }
div.DivClassName
{
background-color: #CFA2BD;
}
.BgClassName
{
background-color: #CFA2BD;
}
</style>
border-color css
<style>
span { border-color: #CFA2BD; }
span { border-color: rgb(207,162,189); }
td.TdClassName
{
border-color: #CFA2BD;
}
.TagClassName
{
border-color: #CFA2BD;
}
</style>