Shades of Maverick #C2B2BC
Tints of Maverick #C2B2BC
RGB
CMYK
RGB Variations
Color information
#C2B2BC (or 0xC2B2BC) is known color: Maverick. HEX triplet: C2, B2 and BC. RGB value is (194,178,188). Sum of RGB (Red+Green+Blue) = 194+178+188=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B2BC is #3D4D43. Grayscale: #B7B7B7. Windows color (decimal): -4017476 or 12366530. OLE color: 12366530.
HSL color Cylindrical-coordinate representation of color #C2B2BC: hue angle of 322.5º degrees, saturation: 0.12, 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 #C2B2BC is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 178 | 188 | - |
CMYK | 0 | 0.08 | 0.03 | 0.24 |
HSL | 322.5º | 0.12% | 0.73% | - |
HSV(B) | 322.5º | 0.08% | 0.76% | - |
XYZ | 47.25 | 46.94 | 54.15 | - |
YUV | 183.92 | 130.3 | 135.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 178 | 188 | 0 | 0.08 | 0.03 | 0.24 | 322.5 | 0.12 | 0.73 |
Hex | C2 | B2 | BC | 0 | 8 | 3 | 18 | 142 | C | 49 |
Octal | 302 | 262 | 274 | 0 | 10 | 3 | 30 | 502 | 14 | 111 |
Binary | 11000010 | 10110010 | 10111100 | 0 | 1000 | 11 | 11000 | 101000010 | 1100 | 1001001 |
Color Harmonies of #C2B2BC
Complementary color
Monochromatic Colors of #C2B2BC
Black with #C2B2BC
Text Example
Text Example
White with #C2B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2BC; }
p { color: rgb(194,178,188); }
H1.HeaderClassName
{
color: #C2B2BC;
}
.AnyTagClassName
{
color: #C2B2BC;
}
</style>
background-color css
<style>
a { background-color: #C2B2BC; }
a { background-color: rgb(194,178,188); }
div.DivClassName
{
background-color: #C2B2BC;
}
.BgClassName
{
background-color: #C2B2BC;
}
</style>
border-color css
<style>
span { border-color: #C2B2BC; }
span { border-color: rgb(194,178,188); }
td.TdClassName
{
border-color: #C2B2BC;
}
.TagClassName
{
border-color: #C2B2BC;
}
</style>