Shades of Maverick #C2B3C0
Tints of Maverick #C2B3C0
RGB
CMYK
RGB Variations
Color information
#C2B3C0 (or 0xC2B3C0) is known color: Maverick. HEX triplet: C2, B3 and C0. RGB value is (194,179,192). Sum of RGB (Red+Green+Blue) = 194+179+192=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3C0 is #3D4C3F. Grayscale: #B8B8B8. Windows color (decimal): -4017216 or 12628930. OLE color: 12628930.
HSL color Cylindrical-coordinate representation of color #C2B3C0: hue angle of 308º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2B3C0 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 179 | 192 | - |
CMYK | 0 | 0.08 | 0.01 | 0.24 |
HSL | 308º | 0.11% | 0.73% | - |
HSV(B) | 308º | 0.08% | 0.76% | - |
XYZ | 47.88 | 47.52 | 56.52 | - |
YUV | 184.97 | 131.97 | 134.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 179 | 192 | 0 | 0.08 | 0.01 | 0.24 | 308 | 0.11 | 0.73 |
Hex | C2 | B3 | C0 | 0 | 8 | 1 | 18 | 134 | B | 49 |
Octal | 302 | 263 | 300 | 0 | 10 | 1 | 30 | 464 | 13 | 111 |
Binary | 11000010 | 10110011 | 11000000 | 0 | 1000 | 1 | 11000 | 100110100 | 1011 | 1001001 |
Color Harmonies of #C2B3C0
Complementary color
Monochromatic Colors of #C2B3C0
Black with #C2B3C0
Text Example
Text Example
White with #C2B3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B3C0; }
p { color: rgb(194,179,192); }
H1.HeaderClassName
{
color: #C2B3C0;
}
.AnyTagClassName
{
color: #C2B3C0;
}
</style>
background-color css
<style>
a { background-color: #C2B3C0; }
a { background-color: rgb(194,179,192); }
div.DivClassName
{
background-color: #C2B3C0;
}
.BgClassName
{
background-color: #C2B3C0;
}
</style>
border-color css
<style>
span { border-color: #C2B3C0; }
span { border-color: rgb(194,179,192); }
td.TdClassName
{
border-color: #C2B3C0;
}
.TagClassName
{
border-color: #C2B3C0;
}
</style>