Shades of Maverick #C2B5C0
Tints of Maverick #C2B5C0
RGB
CMYK
RGB Variations
Color information
#C2B5C0 (or 0xC2B5C0) is known color: Maverick. HEX triplet: C2, B5 and C0. RGB value is (194,181,192). Sum of RGB (Red+Green+Blue) = 194+181+192=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5C0 is #3D4A3F. Grayscale: #BABABA. Windows color (decimal): -4016704 or 12629442. OLE color: 12629442.
HSL color Cylindrical-coordinate representation of color #C2B5C0: hue angle of 309.23º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2B5C0 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 181 | 192 | - |
CMYK | 0 | 0.07 | 0.01 | 0.24 |
HSL | 309.23º | 0.1% | 0.74% | - |
HSV(B) | 309.23º | 0.07% | 0.76% | - |
XYZ | 48.29 | 48.32 | 56.65 | - |
YUV | 186.14 | 131.31 | 133.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 181 | 192 | 0 | 0.07 | 0.01 | 0.24 | 309.23 | 0.1 | 0.74 |
Hex | C2 | B5 | C0 | 0 | 7 | 1 | 18 | 135 | A | 4A |
Octal | 302 | 265 | 300 | 0 | 7 | 1 | 30 | 465 | 12 | 112 |
Binary | 11000010 | 10110101 | 11000000 | 0 | 111 | 1 | 11000 | 100110101 | 1010 | 1001010 |
Color Harmonies of #C2B5C0
Complementary color
Monochromatic Colors of #C2B5C0
Black with #C2B5C0
Text Example
Text Example
White with #C2B5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B5C0; }
p { color: rgb(194,181,192); }
H1.HeaderClassName
{
color: #C2B5C0;
}
.AnyTagClassName
{
color: #C2B5C0;
}
</style>
background-color css
<style>
a { background-color: #C2B5C0; }
a { background-color: rgb(194,181,192); }
div.DivClassName
{
background-color: #C2B5C0;
}
.BgClassName
{
background-color: #C2B5C0;
}
</style>
border-color css
<style>
span { border-color: #C2B5C0; }
span { border-color: rgb(194,181,192); }
td.TdClassName
{
border-color: #C2B5C0;
}
.TagClassName
{
border-color: #C2B5C0;
}
</style>