Shades of Maverick #CFADBE
Tints of Maverick #CFADBE
RGB
CMYK
RGB Variations
Color information
#CFADBE (or 0xCFADBE) is known color: Maverick. HEX triplet: CF, AD and BE. RGB value is (207,173,190). Sum of RGB (Red+Green+Blue) = 207+173+190=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADBE is #305241. Grayscale: #B9B9B9. Windows color (decimal): -3166786 or 12496335. OLE color: 12496335.
HSL color Cylindrical-coordinate representation of color #CFADBE: hue angle of 330º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFADBE is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 190 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.19 |
| HSL | 330º | 0.26% | 0.75% | - |
| HSV(B) | 330º | 0.16% | 0.81% | - |
| XYZ | 49.97 | 46.87 | 55.13 | - |
| YUV | 185.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 190 | 0 | 0.16 | 0.08 | 0.19 | 330 | 0.26 | 0.75 |
| Hex | CF | AD | BE | 0 | 10 | 8 | 13 | 14A | 1A | 4B |
| Octal | 317 | 255 | 276 | 0 | 20 | 10 | 23 | 512 | 32 | 113 |
| Binary | 11001111 | 10101101 | 10111110 | 0 | 10000 | 1000 | 10011 | 101001010 | 11010 | 1001011 |
Color Harmonies of #CFADBE
Complementary color
Monochromatic Colors of #CFADBE
Black with #CFADBE
Text Example
Text Example
White with #CFADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADBE; }
p { color: rgb(207,173,190); }
H1.HeaderClassName
{
color: #CFADBE;
}
.AnyTagClassName
{
color: #CFADBE;
}
</style>
background-color css
<style>
a { background-color: #CFADBE; }
a { background-color: rgb(207,173,190); }
div.DivClassName
{
background-color: #CFADBE;
}
.BgClassName
{
background-color: #CFADBE;
}
</style>
border-color css
<style>
span { border-color: #CFADBE; }
span { border-color: rgb(207,173,190); }
td.TdClassName
{
border-color: #CFADBE;
}
.TagClassName
{
border-color: #CFADBE;
}
</style>