Shades of Maverick #C8ADBB
Tints of Maverick #C8ADBB
RGB
CMYK
RGB Variations
Color information
#C8ADBB (or 0xC8ADBB) is known color: Maverick. HEX triplet: C8, AD and BB. RGB value is (200,173,187). Sum of RGB (Red+Green+Blue) = 200+173+187=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADBB is #375244. Grayscale: #B6B6B6. Windows color (decimal): -3625541 or 12299720. OLE color: 12299720.
HSL color Cylindrical-coordinate representation of color #C8ADBB: hue angle of 328.89º 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 #C8ADBB is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 187 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.22 |
| HSL | 328.89º | 0.2% | 0.73% | - |
| HSV(B) | 328.89º | 0.14% | 0.78% | - |
| XYZ | 47.73 | 45.75 | 53.33 | - |
| YUV | 182.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 187 | 0 | 0.14 | 0.06 | 0.22 | 328.89 | 0.2 | 0.73 |
| Hex | C8 | AD | BB | 0 | E | 6 | 16 | 149 | 14 | 49 |
| Octal | 310 | 255 | 273 | 0 | 16 | 6 | 26 | 511 | 24 | 111 |
| Binary | 11001000 | 10101101 | 10111011 | 0 | 1110 | 110 | 10110 | 101001001 | 10100 | 1001001 |
Color Harmonies of #C8ADBB
Complementary color
Monochromatic Colors of #C8ADBB
Black with #C8ADBB
Text Example
Text Example
White with #C8ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADBB; }
p { color: rgb(200,173,187); }
H1.HeaderClassName
{
color: #C8ADBB;
}
.AnyTagClassName
{
color: #C8ADBB;
}
</style>
background-color css
<style>
a { background-color: #C8ADBB; }
a { background-color: rgb(200,173,187); }
div.DivClassName
{
background-color: #C8ADBB;
}
.BgClassName
{
background-color: #C8ADBB;
}
</style>
border-color css
<style>
span { border-color: #C8ADBB; }
span { border-color: rgb(200,173,187); }
td.TdClassName
{
border-color: #C8ADBB;
}
.TagClassName
{
border-color: #C8ADBB;
}
</style>