Shades of Maverick #C9AEC2
Tints of Maverick #C9AEC2
RGB
CMYK
RGB Variations
Color information
#C9AEC2 (or 0xC9AEC2) is known color: Maverick. HEX triplet: C9, AE and C2. RGB value is (201,174,194). Sum of RGB (Red+Green+Blue) = 201+174+194=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEC2 is #36513D. Grayscale: #B8B8B8. Windows color (decimal): -3559742 or 12758729. OLE color: 12758729.
HSL color Cylindrical-coordinate representation of color #C9AEC2: hue angle of 315.56º degrees, saturation: 0.2, 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 #C9AEC2 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 174 | 194 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.21 |
| HSL | 315.56º | 0.2% | 0.74% | - |
| HSV(B) | 315.56º | 0.13% | 0.79% | - |
| XYZ | 48.96 | 46.58 | 57.45 | - |
| YUV | 184.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 194 | 0 | 0.13 | 0.03 | 0.21 | 315.56 | 0.2 | 0.74 |
| Hex | C9 | AE | C2 | 0 | D | 3 | 15 | 13C | 14 | 4A |
| Octal | 311 | 256 | 302 | 0 | 15 | 3 | 25 | 474 | 24 | 112 |
| Binary | 11001001 | 10101110 | 11000010 | 0 | 1101 | 11 | 10101 | 100111100 | 10100 | 1001010 |
Color Harmonies of #C9AEC2
Complementary color
Monochromatic Colors of #C9AEC2
Black with #C9AEC2
Text Example
Text Example
White with #C9AEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AEC2; }
p { color: rgb(201,174,194); }
H1.HeaderClassName
{
color: #C9AEC2;
}
.AnyTagClassName
{
color: #C9AEC2;
}
</style>
background-color css
<style>
a { background-color: #C9AEC2; }
a { background-color: rgb(201,174,194); }
div.DivClassName
{
background-color: #C9AEC2;
}
.BgClassName
{
background-color: #C9AEC2;
}
</style>
border-color css
<style>
span { border-color: #C9AEC2; }
span { border-color: rgb(201,174,194); }
td.TdClassName
{
border-color: #C9AEC2;
}
.TagClassName
{
border-color: #C9AEC2;
}
</style>