Shades of Akaroa #C0AE93
Tints of Akaroa #C0AE93
RGB
CMYK
RGB Variations
Color information
#C0AE93 (or 0xC0AE93) is known color: Akaroa. HEX triplet: C0, AE and 93. RGB value is (192,174,147). Sum of RGB (Red+Green+Blue) = 192+174+147=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE93 is #3F516C. Grayscale: #B0B0B0. Windows color (decimal): -4149613 or 9678528. OLE color: 9678528.
HSL color Cylindrical-coordinate representation of color #C0AE93: hue angle of 36º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0AE93 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 147 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.25 |
| HSL | 36º | 0.26% | 0.66% | - |
| HSV(B) | 36º | 0.23% | 0.75% | - |
| XYZ | 42.14 | 43.59 | 33.8 | - |
| YUV | 176.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 147 | 0 | 0.09 | 0.23 | 0.25 | 36 | 0.26 | 0.66 |
| Hex | C0 | AE | 93 | 0 | 9 | 17 | 19 | 24 | 1A | 42 |
| Octal | 300 | 256 | 223 | 0 | 11 | 27 | 31 | 44 | 32 | 102 |
| Binary | 11000000 | 10101110 | 10010011 | 0 | 1001 | 10111 | 11001 | 100100 | 11010 | 1000010 |
Color Harmonies of #C0AE93
Complementary color
Monochromatic Colors of #C0AE93
Black with #C0AE93
Text Example
Text Example
White with #C0AE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE93; }
p { color: rgb(192,174,147); }
H1.HeaderClassName
{
color: #C0AE93;
}
.AnyTagClassName
{
color: #C0AE93;
}
</style>
background-color css
<style>
a { background-color: #C0AE93; }
a { background-color: rgb(192,174,147); }
div.DivClassName
{
background-color: #C0AE93;
}
.BgClassName
{
background-color: #C0AE93;
}
</style>
border-color css
<style>
span { border-color: #C0AE93; }
span { border-color: rgb(192,174,147); }
td.TdClassName
{
border-color: #C0AE93;
}
.TagClassName
{
border-color: #C0AE93;
}
</style>