Shades of Maverick #C8ADBE
Tints of Maverick #C8ADBE
RGB
CMYK
RGB Variations
Color information
#C8ADBE (or 0xC8ADBE) is known color: Maverick. HEX triplet: C8, AD and BE. RGB value is (200,173,190). Sum of RGB (Red+Green+Blue) = 200+173+190=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADBE is #375241. Grayscale: #B6B6B6. Windows color (decimal): -3625538 or 12496328. OLE color: 12496328.
HSL color Cylindrical-coordinate representation of color #C8ADBE: hue angle of 322.22º 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 #C8ADBE is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 173 | 190 | - |
CMYK | 0 | 0.14 | 0.05 | 0.22 |
HSL | 322.22º | 0.2% | 0.73% | - |
HSV(B) | 322.22º | 0.14% | 0.78% | - |
XYZ | 48.06 | 45.88 | 55.04 | - |
YUV | 183.01 | 131.95 | 140.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 173 | 190 | 0 | 0.14 | 0.05 | 0.22 | 322.22 | 0.2 | 0.73 |
Hex | C8 | AD | BE | 0 | E | 5 | 16 | 142 | 14 | 49 |
Octal | 310 | 255 | 276 | 0 | 16 | 5 | 26 | 502 | 24 | 111 |
Binary | 11001000 | 10101101 | 10111110 | 0 | 1110 | 101 | 10110 | 101000010 | 10100 | 1001001 |
Color Harmonies of #C8ADBE
Complementary color
Monochromatic Colors of #C8ADBE
Black with #C8ADBE
Text Example
Text Example
White with #C8ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADBE; }
p { color: rgb(200,173,190); }
H1.HeaderClassName
{
color: #C8ADBE;
}
.AnyTagClassName
{
color: #C8ADBE;
}
</style>
background-color css
<style>
a { background-color: #C8ADBE; }
a { background-color: rgb(200,173,190); }
div.DivClassName
{
background-color: #C8ADBE;
}
.BgClassName
{
background-color: #C8ADBE;
}
</style>
border-color css
<style>
span { border-color: #C8ADBE; }
span { border-color: rgb(200,173,190); }
td.TdClassName
{
border-color: #C8ADBE;
}
.TagClassName
{
border-color: #C8ADBE;
}
</style>