Shades of Maverick #C3AEBB
Tints of Maverick #C3AEBB
RGB
CMYK
RGB Variations
Color information
#C3AEBB (or 0xC3AEBB) is known color: Maverick. HEX triplet: C3, AE and BB. RGB value is (195,174,187). Sum of RGB (Red+Green+Blue) = 195+174+187=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AEBB is #3C5144. Grayscale: #B5B5B5. Windows color (decimal): -3952965 or 12299971. OLE color: 12299971.
HSL color Cylindrical-coordinate representation of color #C3AEBB: hue angle of 322.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3AEBB is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 174 | 187 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.24 |
| HSL | 322.86º | 0.15% | 0.72% | - |
| HSV(B) | 322.86º | 0.11% | 0.76% | - |
| XYZ | 46.61 | 45.46 | 53.33 | - |
| YUV | 181.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 174 | 187 | 0 | 0.11 | 0.04 | 0.24 | 322.86 | 0.15 | 0.72 |
| Hex | C3 | AE | BB | 0 | B | 4 | 18 | 143 | F | 48 |
| Octal | 303 | 256 | 273 | 0 | 13 | 4 | 30 | 503 | 17 | 110 |
| Binary | 11000011 | 10101110 | 10111011 | 0 | 1011 | 100 | 11000 | 101000011 | 1111 | 1001000 |
Color Harmonies of #C3AEBB
Complementary color
Monochromatic Colors of #C3AEBB
Black with #C3AEBB
Text Example
Text Example
White with #C3AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AEBB; }
p { color: rgb(195,174,187); }
H1.HeaderClassName
{
color: #C3AEBB;
}
.AnyTagClassName
{
color: #C3AEBB;
}
</style>
background-color css
<style>
a { background-color: #C3AEBB; }
a { background-color: rgb(195,174,187); }
div.DivClassName
{
background-color: #C3AEBB;
}
.BgClassName
{
background-color: #C3AEBB;
}
</style>
border-color css
<style>
span { border-color: #C3AEBB; }
span { border-color: rgb(195,174,187); }
td.TdClassName
{
border-color: #C3AEBB;
}
.TagClassName
{
border-color: #C3AEBB;
}
</style>