Shades of Maverick #CFA3BD
Tints of Maverick #CFA3BD
RGB
CMYK
RGB Variations
Color information
#CFA3BD (or 0xCFA3BD) is known color: Maverick. HEX triplet: CF, A3 and BD. RGB value is (207,163,189). Sum of RGB (Red+Green+Blue) = 207+163+189=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3BD is #305C42. Grayscale: #B3B3B3. Windows color (decimal): -3169347 or 12428239. OLE color: 12428239.
HSL color Cylindrical-coordinate representation of color #CFA3BD: hue angle of 324.55º 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 #CFA3BD is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 189 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.19 |
| HSL | 324.55º | 0.31% | 0.73% | - |
| HSV(B) | 324.55º | 0.21% | 0.81% | - |
| XYZ | 48.01 | 43.13 | 53.94 | - |
| YUV | 179.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 189 | 0 | 0.21 | 0.09 | 0.19 | 324.55 | 0.31 | 0.73 |
| Hex | CF | A3 | BD | 0 | 15 | 9 | 13 | 145 | 1F | 49 |
| Octal | 317 | 243 | 275 | 0 | 25 | 11 | 23 | 505 | 37 | 111 |
| Binary | 11001111 | 10100011 | 10111101 | 0 | 10101 | 1001 | 10011 | 101000101 | 11111 | 1001001 |
Color Harmonies of #CFA3BD
Complementary color
Monochromatic Colors of #CFA3BD
Black with #CFA3BD
Text Example
Text Example
White with #CFA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3BD; }
p { color: rgb(207,163,189); }
H1.HeaderClassName
{
color: #CFA3BD;
}
.AnyTagClassName
{
color: #CFA3BD;
}
</style>
background-color css
<style>
a { background-color: #CFA3BD; }
a { background-color: rgb(207,163,189); }
div.DivClassName
{
background-color: #CFA3BD;
}
.BgClassName
{
background-color: #CFA3BD;
}
</style>
border-color css
<style>
span { border-color: #CFA3BD; }
span { border-color: rgb(207,163,189); }
td.TdClassName
{
border-color: #CFA3BD;
}
.TagClassName
{
border-color: #CFA3BD;
}
</style>