Shades of Maverick #C8AEC4
Tints of Maverick #C8AEC4
RGB
CMYK
RGB Variations
Color information
#C8AEC4 (or 0xC8AEC4) is known color: Maverick. HEX triplet: C8, AE and C4. RGB value is (200,174,196). Sum of RGB (Red+Green+Blue) = 200+174+196=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEC4 is #37513B. Grayscale: #B8B8B8. Windows color (decimal): -3625276 or 12889800. OLE color: 12889800.
HSL color Cylindrical-coordinate representation of color #C8AEC4: hue angle of 309.23º degrees, saturation: 0.19, 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 #C8AEC4 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 174 | 196 | - |
CMYK | 0 | 0.13 | 0.02 | 0.22 |
HSL | 309.23º | 0.19% | 0.73% | - |
HSV(B) | 309.23º | 0.13% | 0.78% | - |
XYZ | 48.92 | 46.54 | 58.63 | - |
YUV | 184.28 | 134.61 | 139.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 174 | 196 | 0 | 0.13 | 0.02 | 0.22 | 309.23 | 0.19 | 0.73 |
Hex | C8 | AE | C4 | 0 | D | 2 | 16 | 135 | 13 | 49 |
Octal | 310 | 256 | 304 | 0 | 15 | 2 | 26 | 465 | 23 | 111 |
Binary | 11001000 | 10101110 | 11000100 | 0 | 1101 | 10 | 10110 | 100110101 | 10011 | 1001001 |
Color Harmonies of #C8AEC4
Complementary color
Monochromatic Colors of #C8AEC4
Black with #C8AEC4
Text Example
Text Example
White with #C8AEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEC4; }
p { color: rgb(200,174,196); }
H1.HeaderClassName
{
color: #C8AEC4;
}
.AnyTagClassName
{
color: #C8AEC4;
}
</style>
background-color css
<style>
a { background-color: #C8AEC4; }
a { background-color: rgb(200,174,196); }
div.DivClassName
{
background-color: #C8AEC4;
}
.BgClassName
{
background-color: #C8AEC4;
}
</style>
border-color css
<style>
span { border-color: #C8AEC4; }
span { border-color: rgb(200,174,196); }
td.TdClassName
{
border-color: #C8AEC4;
}
.TagClassName
{
border-color: #C8AEC4;
}
</style>