Shades of Maverick #C4A8BB
Tints of Maverick #C4A8BB
RGB
CMYK
RGB Variations
Color information
#C4A8BB (or 0xC4A8BB) is known color: Maverick. HEX triplet: C4, A8 and BB. RGB value is (196,168,187). Sum of RGB (Red+Green+Blue) = 196+168+187=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A8BB is #3B5744. Grayscale: #B2B2B2. Windows color (decimal): -3888965 or 12298436. OLE color: 12298436.
HSL color Cylindrical-coordinate representation of color #C4A8BB: hue angle of 319.29º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4A8BB is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 168 | 187 | - |
CMYK | 0 | 0.14 | 0.05 | 0.23 |
HSL | 319.29º | 0.19% | 0.71% | - |
HSV(B) | 319.29º | 0.14% | 0.77% | - |
XYZ | 45.74 | 43.33 | 52.97 | - |
YUV | 178.54 | 132.78 | 140.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 168 | 187 | 0 | 0.14 | 0.05 | 0.23 | 319.29 | 0.19 | 0.71 |
Hex | C4 | A8 | BB | 0 | E | 5 | 17 | 13F | 13 | 47 |
Octal | 304 | 250 | 273 | 0 | 16 | 5 | 27 | 477 | 23 | 107 |
Binary | 11000100 | 10101000 | 10111011 | 0 | 1110 | 101 | 10111 | 100111111 | 10011 | 1000111 |
Color Harmonies of #C4A8BB
Complementary color
Monochromatic Colors of #C4A8BB
Black with #C4A8BB
Text Example
Text Example
White with #C4A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A8BB; }
p { color: rgb(196,168,187); }
H1.HeaderClassName
{
color: #C4A8BB;
}
.AnyTagClassName
{
color: #C4A8BB;
}
</style>
background-color css
<style>
a { background-color: #C4A8BB; }
a { background-color: rgb(196,168,187); }
div.DivClassName
{
background-color: #C4A8BB;
}
.BgClassName
{
background-color: #C4A8BB;
}
</style>
border-color css
<style>
span { border-color: #C4A8BB; }
span { border-color: rgb(196,168,187); }
td.TdClassName
{
border-color: #C4A8BB;
}
.TagClassName
{
border-color: #C4A8BB;
}
</style>