Shades of Maverick #C2ADBC
Tints of Maverick #C2ADBC
RGB
CMYK
RGB Variations
Color information
#C2ADBC (or 0xC2ADBC) is known color: Maverick. HEX triplet: C2, AD and BC. RGB value is (194,173,188). Sum of RGB (Red+Green+Blue) = 194+173+188=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADBC is #3D5243. Grayscale: #B4B4B4. Windows color (decimal): -4018756 or 12365250. OLE color: 12365250.
HSL color Cylindrical-coordinate representation of color #C2ADBC: hue angle of 317.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ADBC is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 173 | 188 | - |
CMYK | 0 | 0.11 | 0.03 | 0.24 |
HSL | 317.14º | 0.15% | 0.72% | - |
HSV(B) | 317.14º | 0.11% | 0.76% | - |
XYZ | 46.27 | 44.99 | 53.82 | - |
YUV | 180.99 | 131.96 | 137.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 188 | 0 | 0.11 | 0.03 | 0.24 | 317.14 | 0.15 | 0.72 |
Hex | C2 | AD | BC | 0 | B | 3 | 18 | 13D | F | 48 |
Octal | 302 | 255 | 274 | 0 | 13 | 3 | 30 | 475 | 17 | 110 |
Binary | 11000010 | 10101101 | 10111100 | 0 | 1011 | 11 | 11000 | 100111101 | 1111 | 1001000 |
Color Harmonies of #C2ADBC
Complementary color
Monochromatic Colors of #C2ADBC
Black with #C2ADBC
Text Example
Text Example
White with #C2ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADBC; }
p { color: rgb(194,173,188); }
H1.HeaderClassName
{
color: #C2ADBC;
}
.AnyTagClassName
{
color: #C2ADBC;
}
</style>
background-color css
<style>
a { background-color: #C2ADBC; }
a { background-color: rgb(194,173,188); }
div.DivClassName
{
background-color: #C2ADBC;
}
.BgClassName
{
background-color: #C2ADBC;
}
</style>
border-color css
<style>
span { border-color: #C2ADBC; }
span { border-color: rgb(194,173,188); }
td.TdClassName
{
border-color: #C2ADBC;
}
.TagClassName
{
border-color: #C2ADBC;
}
</style>