Shades of Maverick #CFAFC0
Tints of Maverick #CFAFC0
RGB
CMYK
RGB Variations
Color information
#CFAFC0 (or 0xCFAFC0) is known color: Maverick. HEX triplet: CF, AF and C0. RGB value is (207,175,192). Sum of RGB (Red+Green+Blue) = 207+175+192=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC0 is #30503F. Grayscale: #BABABA. Windows color (decimal): -3166272 or 12627919. OLE color: 12627919.
HSL color Cylindrical-coordinate representation of color #CFAFC0: hue angle of 328.12º 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 #CFAFC0 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 192 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.19 |
| HSL | 328.13º | 0.25% | 0.75% | - |
| HSV(B) | 328.13º | 0.15% | 0.81% | - |
| XYZ | 50.58 | 47.73 | 56.42 | - |
| YUV | 186.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 192 | 0 | 0.15 | 0.07 | 0.19 | 328.13 | 0.25 | 0.75 |
| Hex | CF | AF | C0 | 0 | F | 7 | 13 | 148 | 19 | 4B |
| Octal | 317 | 257 | 300 | 0 | 17 | 7 | 23 | 510 | 31 | 113 |
| Binary | 11001111 | 10101111 | 11000000 | 0 | 1111 | 111 | 10011 | 101001000 | 11001 | 1001011 |
Color Harmonies of #CFAFC0
Complementary color
Monochromatic Colors of #CFAFC0
Black with #CFAFC0
Text Example
Text Example
White with #CFAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFC0; }
p { color: rgb(207,175,192); }
H1.HeaderClassName
{
color: #CFAFC0;
}
.AnyTagClassName
{
color: #CFAFC0;
}
</style>
background-color css
<style>
a { background-color: #CFAFC0; }
a { background-color: rgb(207,175,192); }
div.DivClassName
{
background-color: #CFAFC0;
}
.BgClassName
{
background-color: #CFAFC0;
}
</style>
border-color css
<style>
span { border-color: #CFAFC0; }
span { border-color: rgb(207,175,192); }
td.TdClassName
{
border-color: #CFAFC0;
}
.TagClassName
{
border-color: #CFAFC0;
}
</style>