Shades of Maverick #C8B8C2
Tints of Maverick #C8B8C2
RGB
CMYK
RGB Variations
Color information
#C8B8C2 (or 0xC8B8C2) is known color: Maverick. HEX triplet: C8, B8 and C2. RGB value is (200,184,194). Sum of RGB (Red+Green+Blue) = 200+184+194=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B8C2 is #37473D. Grayscale: #BDBDBD. Windows color (decimal): -3622718 or 12761288. OLE color: 12761288.
HSL color Cylindrical-coordinate representation of color #C8B8C2: hue angle of 322.5º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8B8C2 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 184 | 194 | - |
CMYK | 0 | 0.08 | 0.03 | 0.22 |
HSL | 322.5º | 0.13% | 0.75% | - |
HSV(B) | 322.5º | 0.08% | 0.78% | - |
XYZ | 50.7 | 50.46 | 58.11 | - |
YUV | 189.92 | 130.3 | 135.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 184 | 194 | 0 | 0.08 | 0.03 | 0.22 | 322.5 | 0.13 | 0.75 |
Hex | C8 | B8 | C2 | 0 | 8 | 3 | 16 | 142 | D | 4B |
Octal | 310 | 270 | 302 | 0 | 10 | 3 | 26 | 502 | 15 | 113 |
Binary | 11001000 | 10111000 | 11000010 | 0 | 1000 | 11 | 10110 | 101000010 | 1101 | 1001011 |
Color Harmonies of #C8B8C2
Complementary color
Monochromatic Colors of #C8B8C2
Black with #C8B8C2
Text Example
Text Example
White with #C8B8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B8C2; }
p { color: rgb(200,184,194); }
H1.HeaderClassName
{
color: #C8B8C2;
}
.AnyTagClassName
{
color: #C8B8C2;
}
</style>
background-color css
<style>
a { background-color: #C8B8C2; }
a { background-color: rgb(200,184,194); }
div.DivClassName
{
background-color: #C8B8C2;
}
.BgClassName
{
background-color: #C8B8C2;
}
</style>
border-color css
<style>
span { border-color: #C8B8C2; }
span { border-color: rgb(200,184,194); }
td.TdClassName
{
border-color: #C8B8C2;
}
.TagClassName
{
border-color: #C8B8C2;
}
</style>