Shades of Maverick #C8ADBC
Tints of Maverick #C8ADBC
RGB
CMYK
RGB Variations
Color information
#C8ADBC (or 0xC8ADBC) is known color: Maverick. HEX triplet: C8, AD and BC. RGB value is (200,173,188). Sum of RGB (Red+Green+Blue) = 200+173+188=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADBC is #375243. Grayscale: #B6B6B6. Windows color (decimal): -3625540 or 12365256. OLE color: 12365256.
HSL color Cylindrical-coordinate representation of color #C8ADBC: hue angle of 326.67º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8ADBC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 188 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.22 |
| HSL | 326.67º | 0.2% | 0.73% | - |
| HSV(B) | 326.67º | 0.14% | 0.78% | - |
| XYZ | 47.84 | 45.8 | 53.9 | - |
| YUV | 182.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 188 | 0 | 0.14 | 0.06 | 0.22 | 326.67 | 0.2 | 0.73 |
| Hex | C8 | AD | BC | 0 | E | 6 | 16 | 147 | 14 | 49 |
| Octal | 310 | 255 | 274 | 0 | 16 | 6 | 26 | 507 | 24 | 111 |
| Binary | 11001000 | 10101101 | 10111100 | 0 | 1110 | 110 | 10110 | 101000111 | 10100 | 1001001 |
Color Harmonies of #C8ADBC
Complementary color
Monochromatic Colors of #C8ADBC
Black with #C8ADBC
Text Example
Text Example
White with #C8ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADBC; }
p { color: rgb(200,173,188); }
H1.HeaderClassName
{
color: #C8ADBC;
}
.AnyTagClassName
{
color: #C8ADBC;
}
</style>
background-color css
<style>
a { background-color: #C8ADBC; }
a { background-color: rgb(200,173,188); }
div.DivClassName
{
background-color: #C8ADBC;
}
.BgClassName
{
background-color: #C8ADBC;
}
</style>
border-color css
<style>
span { border-color: #C8ADBC; }
span { border-color: rgb(200,173,188); }
td.TdClassName
{
border-color: #C8ADBC;
}
.TagClassName
{
border-color: #C8ADBC;
}
</style>