Shades of Maverick #C5AFC1
Tints of Maverick #C5AFC1
RGB
CMYK
RGB Variations
Color information
#C5AFC1 (or 0xC5AFC1) is known color: Maverick. HEX triplet: C5, AF and C1. RGB value is (197,175,193). Sum of RGB (Red+Green+Blue) = 197+175+193=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFC1 is #3A503E. Grayscale: #B7B7B7. Windows color (decimal): -3821631 or 12693445. OLE color: 12693445.
HSL color Cylindrical-coordinate representation of color #C5AFC1: hue angle of 310.91º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5AFC1 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 193 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.23 |
| HSL | 310.91º | 0.16% | 0.73% | - |
| HSV(B) | 310.91º | 0.11% | 0.77% | - |
| XYZ | 47.98 | 46.38 | 56.88 | - |
| YUV | 183.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 193 | 0 | 0.11 | 0.02 | 0.23 | 310.91 | 0.16 | 0.73 |
| Hex | C5 | AF | C1 | 0 | B | 2 | 17 | 137 | 10 | 49 |
| Octal | 305 | 257 | 301 | 0 | 13 | 2 | 27 | 467 | 20 | 111 |
| Binary | 11000101 | 10101111 | 11000001 | 0 | 1011 | 10 | 10111 | 100110111 | 10000 | 1001001 |
Color Harmonies of #C5AFC1
Complementary color
Monochromatic Colors of #C5AFC1
Black with #C5AFC1
Text Example
Text Example
White with #C5AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFC1; }
p { color: rgb(197,175,193); }
H1.HeaderClassName
{
color: #C5AFC1;
}
.AnyTagClassName
{
color: #C5AFC1;
}
</style>
background-color css
<style>
a { background-color: #C5AFC1; }
a { background-color: rgb(197,175,193); }
div.DivClassName
{
background-color: #C5AFC1;
}
.BgClassName
{
background-color: #C5AFC1;
}
</style>
border-color css
<style>
span { border-color: #C5AFC1; }
span { border-color: rgb(197,175,193); }
td.TdClassName
{
border-color: #C5AFC1;
}
.TagClassName
{
border-color: #C5AFC1;
}
</style>