Shades of Maverick #CFA4BD
Tints of Maverick #CFA4BD
RGB
CMYK
RGB Variations
Color information
#CFA4BD (or 0xCFA4BD) is known color: Maverick. HEX triplet: CF, A4 and BD. RGB value is (207,164,189). Sum of RGB (Red+Green+Blue) = 207+164+189=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4BD is #305B42. Grayscale: #B3B3B3. Windows color (decimal): -3169091 or 12428495. OLE color: 12428495.
HSL color Cylindrical-coordinate representation of color #CFA4BD: hue angle of 325.12º 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 #CFA4BD is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 189 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.19 |
| HSL | 325.12º | 0.31% | 0.73% | - |
| HSV(B) | 325.12º | 0.21% | 0.81% | - |
| XYZ | 48.19 | 43.49 | 54 | - |
| YUV | 179.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 189 | 0 | 0.21 | 0.09 | 0.19 | 325.12 | 0.31 | 0.73 |
| Hex | CF | A4 | BD | 0 | 15 | 9 | 13 | 145 | 1F | 49 |
| Octal | 317 | 244 | 275 | 0 | 25 | 11 | 23 | 505 | 37 | 111 |
| Binary | 11001111 | 10100100 | 10111101 | 0 | 10101 | 1001 | 10011 | 101000101 | 11111 | 1001001 |
Color Harmonies of #CFA4BD
Complementary color
Monochromatic Colors of #CFA4BD
Black with #CFA4BD
Text Example
Text Example
White with #CFA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4BD; }
p { color: rgb(207,164,189); }
H1.HeaderClassName
{
color: #CFA4BD;
}
.AnyTagClassName
{
color: #CFA4BD;
}
</style>
background-color css
<style>
a { background-color: #CFA4BD; }
a { background-color: rgb(207,164,189); }
div.DivClassName
{
background-color: #CFA4BD;
}
.BgClassName
{
background-color: #CFA4BD;
}
</style>
border-color css
<style>
span { border-color: #CFA4BD; }
span { border-color: rgb(207,164,189); }
td.TdClassName
{
border-color: #CFA4BD;
}
.TagClassName
{
border-color: #CFA4BD;
}
</style>