Shades of Maverick #CFAFBD
Tints of Maverick #CFAFBD
RGB
CMYK
RGB Variations
Color information
#CFAFBD (or 0xCFAFBD) is known color: Maverick. HEX triplet: CF, AF and BD. RGB value is (207,175,189). Sum of RGB (Red+Green+Blue) = 207+175+189=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFBD is #305042. Grayscale: #BABABA. Windows color (decimal): -3166275 or 12431311. OLE color: 12431311.
HSL color Cylindrical-coordinate representation of color #CFAFBD: hue angle of 333.75º 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 #CFAFBD is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 189 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.19 |
| HSL | 333.75º | 0.25% | 0.75% | - |
| HSV(B) | 333.75º | 0.15% | 0.81% | - |
| XYZ | 50.25 | 47.6 | 54.68 | - |
| YUV | 186.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 189 | 0 | 0.15 | 0.09 | 0.19 | 333.75 | 0.25 | 0.75 |
| Hex | CF | AF | BD | 0 | F | 9 | 13 | 14E | 19 | 4B |
| Octal | 317 | 257 | 275 | 0 | 17 | 11 | 23 | 516 | 31 | 113 |
| Binary | 11001111 | 10101111 | 10111101 | 0 | 1111 | 1001 | 10011 | 101001110 | 11001 | 1001011 |
Color Harmonies of #CFAFBD
Complementary color
Monochromatic Colors of #CFAFBD
Black with #CFAFBD
Text Example
Text Example
White with #CFAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFBD; }
p { color: rgb(207,175,189); }
H1.HeaderClassName
{
color: #CFAFBD;
}
.AnyTagClassName
{
color: #CFAFBD;
}
</style>
background-color css
<style>
a { background-color: #CFAFBD; }
a { background-color: rgb(207,175,189); }
div.DivClassName
{
background-color: #CFAFBD;
}
.BgClassName
{
background-color: #CFAFBD;
}
</style>
border-color css
<style>
span { border-color: #CFAFBD; }
span { border-color: rgb(207,175,189); }
td.TdClassName
{
border-color: #CFAFBD;
}
.TagClassName
{
border-color: #CFAFBD;
}
</style>