Shades of Maverick #C9B8C5
Tints of Maverick #C9B8C5
RGB
CMYK
RGB Variations
Color information
#C9B8C5 (or 0xC9B8C5) is known color: Maverick. HEX triplet: C9, B8 and C5. RGB value is (201,184,197). Sum of RGB (Red+Green+Blue) = 201+184+197=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B8C5 is #36473A. Grayscale: #BEBEBE. Windows color (decimal): -3557179 or 12957897. OLE color: 12957897.
HSL color Cylindrical-coordinate representation of color #C9B8C5: hue angle of 314.12º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9B8C5 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 197 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.21 |
| HSL | 314.12º | 0.14% | 0.75% | - |
| HSV(B) | 314.12º | 0.08% | 0.79% | - |
| XYZ | 51.31 | 50.73 | 59.91 | - |
| YUV | 190.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 197 | 0 | 0.08 | 0.02 | 0.21 | 314.12 | 0.14 | 0.75 |
| Hex | C9 | B8 | C5 | 0 | 8 | 2 | 15 | 13A | E | 4B |
| Octal | 311 | 270 | 305 | 0 | 10 | 2 | 25 | 472 | 16 | 113 |
| Binary | 11001001 | 10111000 | 11000101 | 0 | 1000 | 10 | 10101 | 100111010 | 1110 | 1001011 |
Color Harmonies of #C9B8C5
Complementary color
Monochromatic Colors of #C9B8C5
Black with #C9B8C5
Text Example
Text Example
White with #C9B8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B8C5; }
p { color: rgb(201,184,197); }
H1.HeaderClassName
{
color: #C9B8C5;
}
.AnyTagClassName
{
color: #C9B8C5;
}
</style>
background-color css
<style>
a { background-color: #C9B8C5; }
a { background-color: rgb(201,184,197); }
div.DivClassName
{
background-color: #C9B8C5;
}
.BgClassName
{
background-color: #C9B8C5;
}
</style>
border-color css
<style>
span { border-color: #C9B8C5; }
span { border-color: rgb(201,184,197); }
td.TdClassName
{
border-color: #C9B8C5;
}
.TagClassName
{
border-color: #C9B8C5;
}
</style>