Shades of Maverick #CFAFC5
Tints of Maverick #CFAFC5
RGB
CMYK
RGB Variations
Color information
#CFAFC5 (or 0xCFAFC5) is known color: Maverick. HEX triplet: CF, AF and C5. RGB value is (207,175,197). Sum of RGB (Red+Green+Blue) = 207+175+197=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFC5 is #30503A. Grayscale: #BBBBBB. Windows color (decimal): -3166267 or 12955599. OLE color: 12955599.
HSL color Cylindrical-coordinate representation of color #CFAFC5: hue angle of 318.75º 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 #CFAFC5 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 197 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.19 |
| HSL | 318.75º | 0.25% | 0.75% | - |
| HSV(B) | 318.75º | 0.15% | 0.81% | - |
| XYZ | 51.14 | 47.96 | 59.38 | - |
| YUV | 187.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 197 | 0 | 0.15 | 0.05 | 0.19 | 318.75 | 0.25 | 0.75 |
| Hex | CF | AF | C5 | 0 | F | 5 | 13 | 13F | 19 | 4B |
| Octal | 317 | 257 | 305 | 0 | 17 | 5 | 23 | 477 | 31 | 113 |
| Binary | 11001111 | 10101111 | 11000101 | 0 | 1111 | 101 | 10011 | 100111111 | 11001 | 1001011 |
Color Harmonies of #CFAFC5
Complementary color
Monochromatic Colors of #CFAFC5
Black with #CFAFC5
Text Example
Text Example
White with #CFAFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFC5; }
p { color: rgb(207,175,197); }
H1.HeaderClassName
{
color: #CFAFC5;
}
.AnyTagClassName
{
color: #CFAFC5;
}
</style>
background-color css
<style>
a { background-color: #CFAFC5; }
a { background-color: rgb(207,175,197); }
div.DivClassName
{
background-color: #CFAFC5;
}
.BgClassName
{
background-color: #CFAFC5;
}
</style>
border-color css
<style>
span { border-color: #CFAFC5; }
span { border-color: rgb(207,175,197); }
td.TdClassName
{
border-color: #CFAFC5;
}
.TagClassName
{
border-color: #CFAFC5;
}
</style>