Shades of Maverick #CFAFC7
Tints of Maverick #CFAFC7
RGB
CMYK
RGB Variations
Color information
#CFAFC7 (or 0xCFAFC7) is known color: Maverick. HEX triplet: CF, AF and C7. RGB value is (207,175,199). Sum of RGB (Red+Green+Blue) = 207+175+199=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC7 is #305038. Grayscale: #BBBBBB. Windows color (decimal): -3166265 or 13086671. OLE color: 13086671.
HSL color Cylindrical-coordinate representation of color #CFAFC7: hue angle of 315º 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 #CFAFC7 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 199 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.19 |
| HSL | 315º | 0.25% | 0.75% | - |
| HSV(B) | 315º | 0.15% | 0.81% | - |
| XYZ | 51.37 | 48.05 | 60.6 | - |
| YUV | 187.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 199 | 0 | 0.15 | 0.04 | 0.19 | 315 | 0.25 | 0.75 |
| Hex | CF | AF | C7 | 0 | F | 4 | 13 | 13B | 19 | 4B |
| Octal | 317 | 257 | 307 | 0 | 17 | 4 | 23 | 473 | 31 | 113 |
| Binary | 11001111 | 10101111 | 11000111 | 0 | 1111 | 100 | 10011 | 100111011 | 11001 | 1001011 |
Color Harmonies of #CFAFC7
Complementary color
Monochromatic Colors of #CFAFC7
Black with #CFAFC7
Text Example
Text Example
White with #CFAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFC7; }
p { color: rgb(207,175,199); }
H1.HeaderClassName
{
color: #CFAFC7;
}
.AnyTagClassName
{
color: #CFAFC7;
}
</style>
background-color css
<style>
a { background-color: #CFAFC7; }
a { background-color: rgb(207,175,199); }
div.DivClassName
{
background-color: #CFAFC7;
}
.BgClassName
{
background-color: #CFAFC7;
}
</style>
border-color css
<style>
span { border-color: #CFAFC7; }
span { border-color: rgb(207,175,199); }
td.TdClassName
{
border-color: #CFAFC7;
}
.TagClassName
{
border-color: #CFAFC7;
}
</style>