Shades of Maverick #C9B8C2
Tints of Maverick #C9B8C2
RGB
CMYK
RGB Variations
Color information
#C9B8C2 (or 0xC9B8C2) is known color: Maverick. HEX triplet: C9, B8 and C2. RGB value is (201,184,194). Sum of RGB (Red+Green+Blue) = 201+184+194=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B8C2 is #36473D. Grayscale: #BEBEBE. Windows color (decimal): -3557182 or 12761289. OLE color: 12761289.
HSL color Cylindrical-coordinate representation of color #C9B8C2: hue angle of 324.71º 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 #C9B8C2 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 184 | 194 | - |
CMYK | 0 | 0.08 | 0.03 | 0.21 |
HSL | 324.71º | 0.14% | 0.75% | - |
HSV(B) | 324.71º | 0.08% | 0.79% | - |
XYZ | 50.97 | 50.59 | 58.12 | - |
YUV | 190.22 | 130.13 | 135.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 184 | 194 | 0 | 0.08 | 0.03 | 0.21 | 324.71 | 0.14 | 0.75 |
Hex | C9 | B8 | C2 | 0 | 8 | 3 | 15 | 145 | E | 4B |
Octal | 311 | 270 | 302 | 0 | 10 | 3 | 25 | 505 | 16 | 113 |
Binary | 11001001 | 10111000 | 11000010 | 0 | 1000 | 11 | 10101 | 101000101 | 1110 | 1001011 |
Color Harmonies of #C9B8C2
Complementary color
Monochromatic Colors of #C9B8C2
Black with #C9B8C2
Text Example
Text Example
White with #C9B8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B8C2; }
p { color: rgb(201,184,194); }
H1.HeaderClassName
{
color: #C9B8C2;
}
.AnyTagClassName
{
color: #C9B8C2;
}
</style>
background-color css
<style>
a { background-color: #C9B8C2; }
a { background-color: rgb(201,184,194); }
div.DivClassName
{
background-color: #C9B8C2;
}
.BgClassName
{
background-color: #C9B8C2;
}
</style>
border-color css
<style>
span { border-color: #C9B8C2; }
span { border-color: rgb(201,184,194); }
td.TdClassName
{
border-color: #C9B8C2;
}
.TagClassName
{
border-color: #C9B8C2;
}
</style>