Shades of Maverick #C9BCC2
Tints of Maverick #C9BCC2
RGB
CMYK
RGB Variations
Color information
#C9BCC2 (or 0xC9BCC2) is known color: Maverick. HEX triplet: C9, BC and C2. RGB value is (201,188,194). Sum of RGB (Red+Green+Blue) = 201+188+194=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCC2 is #36433D. Grayscale: #C0C0C0. Windows color (decimal): -3556158 or 12762313. OLE color: 12762313.
HSL color Cylindrical-coordinate representation of color #C9BCC2: hue angle of 332.31º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BCC2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 188 | 194 | - |
CMYK | 0 | 0.06 | 0.03 | 0.21 |
HSL | 332.31º | 0.11% | 0.76% | - |
HSV(B) | 332.31º | 0.06% | 0.79% | - |
XYZ | 51.81 | 52.28 | 58.4 | - |
YUV | 192.57 | 128.81 | 134.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 188 | 194 | 0 | 0.06 | 0.03 | 0.21 | 332.31 | 0.11 | 0.76 |
Hex | C9 | BC | C2 | 0 | 6 | 3 | 15 | 14C | B | 4C |
Octal | 311 | 274 | 302 | 0 | 6 | 3 | 25 | 514 | 13 | 114 |
Binary | 11001001 | 10111100 | 11000010 | 0 | 110 | 11 | 10101 | 101001100 | 1011 | 1001100 |
Color Harmonies of #C9BCC2
Complementary color
Monochromatic Colors of #C9BCC2
Black with #C9BCC2
Text Example
Text Example
White with #C9BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCC2; }
p { color: rgb(201,188,194); }
H1.HeaderClassName
{
color: #C9BCC2;
}
.AnyTagClassName
{
color: #C9BCC2;
}
</style>
background-color css
<style>
a { background-color: #C9BCC2; }
a { background-color: rgb(201,188,194); }
div.DivClassName
{
background-color: #C9BCC2;
}
.BgClassName
{
background-color: #C9BCC2;
}
</style>
border-color css
<style>
span { border-color: #C9BCC2; }
span { border-color: rgb(201,188,194); }
td.TdClassName
{
border-color: #C9BCC2;
}
.TagClassName
{
border-color: #C9BCC2;
}
</style>