Shades of Maverick #CFAFC1
Tints of Maverick #CFAFC1
RGB
CMYK
RGB Variations
Color information
#CFAFC1 (or 0xCFAFC1) is known color: Maverick. HEX triplet: CF, AF and C1. RGB value is (207,175,193). Sum of RGB (Red+Green+Blue) = 207+175+193=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC1 is #30503E. Grayscale: #BABABA. Windows color (decimal): -3166271 or 12693455. OLE color: 12693455.
HSL color Cylindrical-coordinate representation of color #CFAFC1: hue angle of 326.25º 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 #CFAFC1 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 193 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.19 |
| HSL | 326.25º | 0.25% | 0.75% | - |
| HSV(B) | 326.25º | 0.15% | 0.81% | - |
| XYZ | 50.69 | 47.78 | 57 | - |
| YUV | 186.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 193 | 0 | 0.15 | 0.07 | 0.19 | 326.25 | 0.25 | 0.75 |
| Hex | CF | AF | C1 | 0 | F | 7 | 13 | 146 | 19 | 4B |
| Octal | 317 | 257 | 301 | 0 | 17 | 7 | 23 | 506 | 31 | 113 |
| Binary | 11001111 | 10101111 | 11000001 | 0 | 1111 | 111 | 10011 | 101000110 | 11001 | 1001011 |
Color Harmonies of #CFAFC1
Complementary color
Monochromatic Colors of #CFAFC1
Black with #CFAFC1
Text Example
Text Example
White with #CFAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFC1; }
p { color: rgb(207,175,193); }
H1.HeaderClassName
{
color: #CFAFC1;
}
.AnyTagClassName
{
color: #CFAFC1;
}
</style>
background-color css
<style>
a { background-color: #CFAFC1; }
a { background-color: rgb(207,175,193); }
div.DivClassName
{
background-color: #CFAFC1;
}
.BgClassName
{
background-color: #CFAFC1;
}
</style>
border-color css
<style>
span { border-color: #CFAFC1; }
span { border-color: rgb(207,175,193); }
td.TdClassName
{
border-color: #CFAFC1;
}
.TagClassName
{
border-color: #CFAFC1;
}
</style>