Shades of Maverick #CFADC9
Tints of Maverick #CFADC9
RGB
CMYK
RGB Variations
Color information
#CFADC9 (or 0xCFADC9) is known color: Maverick. HEX triplet: CF, AD and C9. RGB value is (207,173,201). Sum of RGB (Red+Green+Blue) = 207+173+201=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADC9 is #305236. Grayscale: #BABABA. Windows color (decimal): -3166775 or 13217231. OLE color: 13217231.
HSL color Cylindrical-coordinate representation of color #CFADC9: hue angle of 310.59º 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 #CFADC9 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 201 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.19 |
| HSL | 310.59º | 0.26% | 0.75% | - |
| HSV(B) | 310.59º | 0.16% | 0.81% | - |
| XYZ | 51.22 | 47.37 | 61.7 | - |
| YUV | 186.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 201 | 0 | 0.16 | 0.03 | 0.19 | 310.59 | 0.26 | 0.75 |
| Hex | CF | AD | C9 | 0 | 10 | 3 | 13 | 137 | 1A | 4B |
| Octal | 317 | 255 | 311 | 0 | 20 | 3 | 23 | 467 | 32 | 113 |
| Binary | 11001111 | 10101101 | 11001001 | 0 | 10000 | 11 | 10011 | 100110111 | 11010 | 1001011 |
Color Harmonies of #CFADC9
Complementary color
Monochromatic Colors of #CFADC9
Black with #CFADC9
Text Example
Text Example
White with #CFADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADC9; }
p { color: rgb(207,173,201); }
H1.HeaderClassName
{
color: #CFADC9;
}
.AnyTagClassName
{
color: #CFADC9;
}
</style>
background-color css
<style>
a { background-color: #CFADC9; }
a { background-color: rgb(207,173,201); }
div.DivClassName
{
background-color: #CFADC9;
}
.BgClassName
{
background-color: #CFADC9;
}
</style>
border-color css
<style>
span { border-color: #CFADC9; }
span { border-color: rgb(207,173,201); }
td.TdClassName
{
border-color: #CFADC9;
}
.TagClassName
{
border-color: #CFADC9;
}
</style>