Shades of Maverick #C9BBC5
Tints of Maverick #C9BBC5
RGB
CMYK
RGB Variations
Color information
#C9BBC5 (or 0xC9BBC5) is known color: Maverick. HEX triplet: C9, BB and C5. RGB value is (201,187,197). Sum of RGB (Red+Green+Blue) = 201+187+197=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBC5 is #36443A. Grayscale: #C0C0C0. Windows color (decimal): -3556411 or 12958665. OLE color: 12958665.
HSL color Cylindrical-coordinate representation of color #C9BBC5: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BBC5 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 187 | 197 | - |
CMYK | 0 | 0.07 | 0.02 | 0.21 |
HSL | 317.14º | 0.11% | 0.76% | - |
HSV(B) | 317.14º | 0.07% | 0.79% | - |
XYZ | 51.94 | 51.99 | 60.12 | - |
YUV | 192.33 | 130.64 | 134.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 187 | 197 | 0 | 0.07 | 0.02 | 0.21 | 317.14 | 0.11 | 0.76 |
Hex | C9 | BB | C5 | 0 | 7 | 2 | 15 | 13D | B | 4C |
Octal | 311 | 273 | 305 | 0 | 7 | 2 | 25 | 475 | 13 | 114 |
Binary | 11001001 | 10111011 | 11000101 | 0 | 111 | 10 | 10101 | 100111101 | 1011 | 1001100 |
Color Harmonies of #C9BBC5
Complementary color
Monochromatic Colors of #C9BBC5
Black with #C9BBC5
Text Example
Text Example
White with #C9BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBC5; }
p { color: rgb(201,187,197); }
H1.HeaderClassName
{
color: #C9BBC5;
}
.AnyTagClassName
{
color: #C9BBC5;
}
</style>
background-color css
<style>
a { background-color: #C9BBC5; }
a { background-color: rgb(201,187,197); }
div.DivClassName
{
background-color: #C9BBC5;
}
.BgClassName
{
background-color: #C9BBC5;
}
</style>
border-color css
<style>
span { border-color: #C9BBC5; }
span { border-color: rgb(201,187,197); }
td.TdClassName
{
border-color: #C9BBC5;
}
.TagClassName
{
border-color: #C9BBC5;
}
</style>