Shades of Martini #C3AEA5
Tints of Martini #C3AEA5
RGB
CMYK
RGB Variations
Color information
#C3AEA5 (or 0xC3AEA5) is known color: Martini. HEX triplet: C3, AE and A5. RGB value is (195,174,165). Sum of RGB (Red+Green+Blue) = 195+174+165=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AEA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AEA5 is #3C515A. Grayscale: #B3B3B3. Windows color (decimal): -3952987 or 10858179. OLE color: 10858179.
HSL color Cylindrical-coordinate representation of color #C3AEA5: hue angle of 18º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3AEA5 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 174 | 165 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.24 |
| HSL | 18º | 0.2% | 0.71% | - |
| HSV(B) | 18º | 0.15% | 0.76% | - |
| XYZ | 44.43 | 44.59 | 41.86 | - |
| YUV | 179.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 174 | 165 | 0 | 0.11 | 0.15 | 0.24 | 18 | 0.2 | 0.71 |
| Hex | C3 | AE | A5 | 0 | B | F | 18 | 12 | 14 | 47 |
| Octal | 303 | 256 | 245 | 0 | 13 | 17 | 30 | 22 | 24 | 107 |
| Binary | 11000011 | 10101110 | 10100101 | 0 | 1011 | 1111 | 11000 | 10010 | 10100 | 1000111 |
Color Harmonies of #C3AEA5
Complementary color
Monochromatic Colors of #C3AEA5
Black with #C3AEA5
Text Example
Text Example
White with #C3AEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AEA5; }
p { color: rgb(195,174,165); }
H1.HeaderClassName
{
color: #C3AEA5;
}
.AnyTagClassName
{
color: #C3AEA5;
}
</style>
background-color css
<style>
a { background-color: #C3AEA5; }
a { background-color: rgb(195,174,165); }
div.DivClassName
{
background-color: #C3AEA5;
}
.BgClassName
{
background-color: #C3AEA5;
}
</style>
border-color css
<style>
span { border-color: #C3AEA5; }
span { border-color: rgb(195,174,165); }
td.TdClassName
{
border-color: #C3AEA5;
}
.TagClassName
{
border-color: #C3AEA5;
}
</style>