Shades of Maverick #CFAFBC
Tints of Maverick #CFAFBC
RGB
CMYK
RGB Variations
Color information
#CFAFBC (or 0xCFAFBC) is known color: Maverick. HEX triplet: CF, AF and BC. RGB value is (207,175,188). Sum of RGB (Red+Green+Blue) = 207+175+188=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFBC is #305043. Grayscale: #BABABA. Windows color (decimal): -3166276 or 12365775. OLE color: 12365775.
HSL color Cylindrical-coordinate representation of color #CFAFBC: hue angle of 335.62º 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 #CFAFBC is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 188 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.19 |
| HSL | 335.63º | 0.25% | 0.75% | - |
| HSV(B) | 335.63º | 0.15% | 0.81% | - |
| XYZ | 50.14 | 47.56 | 54.11 | - |
| YUV | 186.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 188 | 0 | 0.15 | 0.09 | 0.19 | 335.63 | 0.25 | 0.75 |
| Hex | CF | AF | BC | 0 | F | 9 | 13 | 150 | 19 | 4B |
| Octal | 317 | 257 | 274 | 0 | 17 | 11 | 23 | 520 | 31 | 113 |
| Binary | 11001111 | 10101111 | 10111100 | 0 | 1111 | 1001 | 10011 | 101010000 | 11001 | 1001011 |
Color Harmonies of #CFAFBC
Complementary color
Monochromatic Colors of #CFAFBC
Black with #CFAFBC
Text Example
Text Example
White with #CFAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFBC; }
p { color: rgb(207,175,188); }
H1.HeaderClassName
{
color: #CFAFBC;
}
.AnyTagClassName
{
color: #CFAFBC;
}
</style>
background-color css
<style>
a { background-color: #CFAFBC; }
a { background-color: rgb(207,175,188); }
div.DivClassName
{
background-color: #CFAFBC;
}
.BgClassName
{
background-color: #CFAFBC;
}
</style>
border-color css
<style>
span { border-color: #CFAFBC; }
span { border-color: rgb(207,175,188); }
td.TdClassName
{
border-color: #CFAFBC;
}
.TagClassName
{
border-color: #CFAFBC;
}
</style>