Shades of Maverick #C9AFC2
Tints of Maverick #C9AFC2
RGB
CMYK
RGB Variations
Color information
#C9AFC2 (or 0xC9AFC2) is known color: Maverick. HEX triplet: C9, AF and C2. RGB value is (201,175,194). Sum of RGB (Red+Green+Blue) = 201+175+194=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFC2 is #36503D. Grayscale: #B8B8B8. Windows color (decimal): -3559486 or 12758985. OLE color: 12758985.
HSL color Cylindrical-coordinate representation of color #C9AFC2: hue angle of 316.15º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9AFC2 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 175 | 194 | - |
CMYK | 0 | 0.13 | 0.03 | 0.21 |
HSL | 316.15º | 0.19% | 0.74% | - |
HSV(B) | 316.15º | 0.13% | 0.79% | - |
XYZ | 49.15 | 46.97 | 57.51 | - |
YUV | 184.94 | 133.11 | 139.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 175 | 194 | 0 | 0.13 | 0.03 | 0.21 | 316.15 | 0.19 | 0.74 |
Hex | C9 | AF | C2 | 0 | D | 3 | 15 | 13C | 13 | 4A |
Octal | 311 | 257 | 302 | 0 | 15 | 3 | 25 | 474 | 23 | 112 |
Binary | 11001001 | 10101111 | 11000010 | 0 | 1101 | 11 | 10101 | 100111100 | 10011 | 1001010 |
Color Harmonies of #C9AFC2
Complementary color
Monochromatic Colors of #C9AFC2
Black with #C9AFC2
Text Example
Text Example
White with #C9AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFC2; }
p { color: rgb(201,175,194); }
H1.HeaderClassName
{
color: #C9AFC2;
}
.AnyTagClassName
{
color: #C9AFC2;
}
</style>
background-color css
<style>
a { background-color: #C9AFC2; }
a { background-color: rgb(201,175,194); }
div.DivClassName
{
background-color: #C9AFC2;
}
.BgClassName
{
background-color: #C9AFC2;
}
</style>
border-color css
<style>
span { border-color: #C9AFC2; }
span { border-color: rgb(201,175,194); }
td.TdClassName
{
border-color: #C9AFC2;
}
.TagClassName
{
border-color: #C9AFC2;
}
</style>