Shades of Maverick #C8B9C2
Tints of Maverick #C8B9C2
RGB
CMYK
RGB Variations
Color information
#C8B9C2 (or 0xC8B9C2) is known color: Maverick. HEX triplet: C8, B9 and C2. RGB value is (200,185,194). Sum of RGB (Red+Green+Blue) = 200+185+194=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B9C2 is #37463D. Grayscale: #BEBEBE. Windows color (decimal): -3622462 or 12761544. OLE color: 12761544.
HSL color Cylindrical-coordinate representation of color #C8B9C2: hue angle of 324º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8B9C2 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 185 | 194 | - |
CMYK | 0 | 0.08 | 0.03 | 0.22 |
HSL | 324º | 0.12% | 0.75% | - |
HSV(B) | 324º | 0.07% | 0.78% | - |
XYZ | 50.91 | 50.87 | 58.18 | - |
YUV | 190.51 | 129.97 | 134.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 185 | 194 | 0 | 0.08 | 0.03 | 0.22 | 324 | 0.12 | 0.75 |
Hex | C8 | B9 | C2 | 0 | 8 | 3 | 16 | 144 | C | 4B |
Octal | 310 | 271 | 302 | 0 | 10 | 3 | 26 | 504 | 14 | 113 |
Binary | 11001000 | 10111001 | 11000010 | 0 | 1000 | 11 | 10110 | 101000100 | 1100 | 1001011 |
Color Harmonies of #C8B9C2
Complementary color
Monochromatic Colors of #C8B9C2
Black with #C8B9C2
Text Example
Text Example
White with #C8B9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B9C2; }
p { color: rgb(200,185,194); }
H1.HeaderClassName
{
color: #C8B9C2;
}
.AnyTagClassName
{
color: #C8B9C2;
}
</style>
background-color css
<style>
a { background-color: #C8B9C2; }
a { background-color: rgb(200,185,194); }
div.DivClassName
{
background-color: #C8B9C2;
}
.BgClassName
{
background-color: #C8B9C2;
}
</style>
border-color css
<style>
span { border-color: #C8B9C2; }
span { border-color: rgb(200,185,194); }
td.TdClassName
{
border-color: #C8B9C2;
}
.TagClassName
{
border-color: #C8B9C2;
}
</style>