Shades of Maverick #CFA9C5
Tints of Maverick #CFA9C5
RGB
CMYK
RGB Variations
Color information
#CFA9C5 (or 0xCFA9C5) is known color: Maverick. HEX triplet: CF, A9 and C5. RGB value is (207,169,197). Sum of RGB (Red+Green+Blue) = 207+169+197=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9C5 is #30563A. Grayscale: #B7B7B7. Windows color (decimal): -3167803 or 12954063. OLE color: 12954063.
HSL color Cylindrical-coordinate representation of color #CFA9C5: hue angle of 315.79º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFA9C5 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 197 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.19 |
| HSL | 315.79º | 0.28% | 0.74% | - |
| HSV(B) | 315.79º | 0.18% | 0.81% | - |
| XYZ | 50 | 45.67 | 59 | - |
| YUV | 183.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 197 | 0 | 0.18 | 0.05 | 0.19 | 315.79 | 0.28 | 0.74 |
| Hex | CF | A9 | C5 | 0 | 12 | 5 | 13 | 13C | 1C | 4A |
| Octal | 317 | 251 | 305 | 0 | 22 | 5 | 23 | 474 | 34 | 112 |
| Binary | 11001111 | 10101001 | 11000101 | 0 | 10010 | 101 | 10011 | 100111100 | 11100 | 1001010 |
Color Harmonies of #CFA9C5
Complementary color
Monochromatic Colors of #CFA9C5
Black with #CFA9C5
Text Example
Text Example
White with #CFA9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9C5; }
p { color: rgb(207,169,197); }
H1.HeaderClassName
{
color: #CFA9C5;
}
.AnyTagClassName
{
color: #CFA9C5;
}
</style>
background-color css
<style>
a { background-color: #CFA9C5; }
a { background-color: rgb(207,169,197); }
div.DivClassName
{
background-color: #CFA9C5;
}
.BgClassName
{
background-color: #CFA9C5;
}
</style>
border-color css
<style>
span { border-color: #CFA9C5; }
span { border-color: rgb(207,169,197); }
td.TdClassName
{
border-color: #CFA9C5;
}
.TagClassName
{
border-color: #CFA9C5;
}
</style>