Shades of Maverick #CFADC1
Tints of Maverick #CFADC1
RGB
CMYK
RGB Variations
Color information
#CFADC1 (or 0xCFADC1) is known color: Maverick. HEX triplet: CF, AD and C1. RGB value is (207,173,193). Sum of RGB (Red+Green+Blue) = 207+173+193=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADC1 is #30523E. Grayscale: #B9B9B9. Windows color (decimal): -3166783 or 12692943. OLE color: 12692943.
HSL color Cylindrical-coordinate representation of color #CFADC1: hue angle of 324.71º 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 #CFADC1 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 193 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.19 |
| HSL | 324.71º | 0.26% | 0.75% | - |
| HSV(B) | 324.71º | 0.16% | 0.81% | - |
| XYZ | 50.3 | 47 | 56.87 | - |
| YUV | 185.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 193 | 0 | 0.16 | 0.07 | 0.19 | 324.71 | 0.26 | 0.75 |
| Hex | CF | AD | C1 | 0 | 10 | 7 | 13 | 145 | 1A | 4B |
| Octal | 317 | 255 | 301 | 0 | 20 | 7 | 23 | 505 | 32 | 113 |
| Binary | 11001111 | 10101101 | 11000001 | 0 | 10000 | 111 | 10011 | 101000101 | 11010 | 1001011 |
Color Harmonies of #CFADC1
Complementary color
Monochromatic Colors of #CFADC1
Black with #CFADC1
Text Example
Text Example
White with #CFADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADC1; }
p { color: rgb(207,173,193); }
H1.HeaderClassName
{
color: #CFADC1;
}
.AnyTagClassName
{
color: #CFADC1;
}
</style>
background-color css
<style>
a { background-color: #CFADC1; }
a { background-color: rgb(207,173,193); }
div.DivClassName
{
background-color: #CFADC1;
}
.BgClassName
{
background-color: #CFADC1;
}
</style>
border-color css
<style>
span { border-color: #CFADC1; }
span { border-color: rgb(207,173,193); }
td.TdClassName
{
border-color: #CFADC1;
}
.TagClassName
{
border-color: #CFADC1;
}
</style>