Shades of Maverick #CFAFBE
Tints of Maverick #CFAFBE
RGB
CMYK
RGB Variations
Color information
#CFAFBE (or 0xCFAFBE) is known color: Maverick. HEX triplet: CF, AF and BE. RGB value is (207,175,190). Sum of RGB (Red+Green+Blue) = 207+175+190=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFBE is #305041. Grayscale: #BABABA. Windows color (decimal): -3166274 or 12496847. OLE color: 12496847.
HSL color Cylindrical-coordinate representation of color #CFAFBE: hue angle of 331.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFAFBE is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 190 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.19 |
| HSL | 331.88º | 0.25% | 0.75% | - |
| HSV(B) | 331.88º | 0.15% | 0.81% | - |
| XYZ | 50.36 | 47.64 | 55.26 | - |
| YUV | 186.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 190 | 0 | 0.15 | 0.08 | 0.19 | 331.88 | 0.25 | 0.75 |
| Hex | CF | AF | BE | 0 | F | 8 | 13 | 14C | 19 | 4B |
| Octal | 317 | 257 | 276 | 0 | 17 | 10 | 23 | 514 | 31 | 113 |
| Binary | 11001111 | 10101111 | 10111110 | 0 | 1111 | 1000 | 10011 | 101001100 | 11001 | 1001011 |
Color Harmonies of #CFAFBE
Complementary color
Monochromatic Colors of #CFAFBE
Black with #CFAFBE
Text Example
Text Example
White with #CFAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFBE; }
p { color: rgb(207,175,190); }
H1.HeaderClassName
{
color: #CFAFBE;
}
.AnyTagClassName
{
color: #CFAFBE;
}
</style>
background-color css
<style>
a { background-color: #CFAFBE; }
a { background-color: rgb(207,175,190); }
div.DivClassName
{
background-color: #CFAFBE;
}
.BgClassName
{
background-color: #CFAFBE;
}
</style>
border-color css
<style>
span { border-color: #CFAFBE; }
span { border-color: rgb(207,175,190); }
td.TdClassName
{
border-color: #CFAFBE;
}
.TagClassName
{
border-color: #CFAFBE;
}
</style>