Shades of Maverick #C8ABC2
Tints of Maverick #C8ABC2
RGB
CMYK
RGB Variations
Color information
#C8ABC2 (or 0xC8ABC2) is known color: Maverick. HEX triplet: C8, AB and C2. RGB value is (200,171,194). Sum of RGB (Red+Green+Blue) = 200+171+194=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABC2 is #37543D. Grayscale: #B6B6B6. Windows color (decimal): -3626046 or 12757960. OLE color: 12757960.
HSL color Cylindrical-coordinate representation of color #C8ABC2: hue angle of 312.41º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ABC2 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 194 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.22 |
| HSL | 312.41º | 0.21% | 0.73% | - |
| HSV(B) | 312.41º | 0.15% | 0.78% | - |
| XYZ | 48.12 | 45.3 | 57.25 | - |
| YUV | 182.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 194 | 0 | 0.14 | 0.03 | 0.22 | 312.41 | 0.21 | 0.73 |
| Hex | C8 | AB | C2 | 0 | E | 3 | 16 | 138 | 15 | 49 |
| Octal | 310 | 253 | 302 | 0 | 16 | 3 | 26 | 470 | 25 | 111 |
| Binary | 11001000 | 10101011 | 11000010 | 0 | 1110 | 11 | 10110 | 100111000 | 10101 | 1001001 |
Color Harmonies of #C8ABC2
Complementary color
Monochromatic Colors of #C8ABC2
Black with #C8ABC2
Text Example
Text Example
White with #C8ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABC2; }
p { color: rgb(200,171,194); }
H1.HeaderClassName
{
color: #C8ABC2;
}
.AnyTagClassName
{
color: #C8ABC2;
}
</style>
background-color css
<style>
a { background-color: #C8ABC2; }
a { background-color: rgb(200,171,194); }
div.DivClassName
{
background-color: #C8ABC2;
}
.BgClassName
{
background-color: #C8ABC2;
}
</style>
border-color css
<style>
span { border-color: #C8ABC2; }
span { border-color: rgb(200,171,194); }
td.TdClassName
{
border-color: #C8ABC2;
}
.TagClassName
{
border-color: #C8ABC2;
}
</style>