Shades of Akaroa #C2AF95
Tints of Akaroa #C2AF95
RGB
CMYK
RGB Variations
Color information
#C2AF95 (or 0xC2AF95) is known color: Akaroa. HEX triplet: C2, AF and 95. RGB value is (194,175,149). Sum of RGB (Red+Green+Blue) = 194+175+149=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF95 is #3D506A. Grayscale: #B1B1B1. Windows color (decimal): -4018283 or 9809858. OLE color: 9809858.
HSL color Cylindrical-coordinate representation of color #C2AF95: hue angle of 34.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2AF95 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 149 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.24 |
| HSL | 34.67º | 0.27% | 0.67% | - |
| HSV(B) | 34.67º | 0.23% | 0.76% | - |
| XYZ | 43 | 44.3 | 34.72 | - |
| YUV | 177.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 149 | 0 | 0.10 | 0.23 | 0.24 | 34.67 | 0.27 | 0.67 |
| Hex | C2 | AF | 95 | 0 | A | 17 | 18 | 23 | 1B | 43 |
| Octal | 302 | 257 | 225 | 0 | 12 | 27 | 30 | 43 | 33 | 103 |
| Binary | 11000010 | 10101111 | 10010101 | 0 | 1010 | 10111 | 11000 | 100011 | 11011 | 1000011 |
Color Harmonies of #C2AF95
Complementary color
Monochromatic Colors of #C2AF95
Black with #C2AF95
Text Example
Text Example
White with #C2AF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF95; }
p { color: rgb(194,175,149); }
H1.HeaderClassName
{
color: #C2AF95;
}
.AnyTagClassName
{
color: #C2AF95;
}
</style>
background-color css
<style>
a { background-color: #C2AF95; }
a { background-color: rgb(194,175,149); }
div.DivClassName
{
background-color: #C2AF95;
}
.BgClassName
{
background-color: #C2AF95;
}
</style>
border-color css
<style>
span { border-color: #C2AF95; }
span { border-color: rgb(194,175,149); }
td.TdClassName
{
border-color: #C2AF95;
}
.TagClassName
{
border-color: #C2AF95;
}
</style>