Shades of Akaroa #C0AC92
Tints of Akaroa #C0AC92
RGB
CMYK
RGB Variations
Color information
#C0AC92 (or 0xC0AC92) is known color: Akaroa. HEX triplet: C0, AC and 92. RGB value is (192,172,146). Sum of RGB (Red+Green+Blue) = 192+172+146=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC92 is #3F536D. Grayscale: #AFAFAF. Windows color (decimal): -4150126 or 9612480. OLE color: 9612480.
HSL color Cylindrical-coordinate representation of color #C0AC92: hue angle of 33.91º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0AC92 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 146 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.25 |
| HSL | 33.91º | 0.27% | 0.66% | - |
| HSV(B) | 33.91º | 0.24% | 0.75% | - |
| XYZ | 41.68 | 42.79 | 33.26 | - |
| YUV | 175.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 146 | 0 | 0.10 | 0.24 | 0.25 | 33.91 | 0.27 | 0.66 |
| Hex | C0 | AC | 92 | 0 | A | 18 | 19 | 22 | 1B | 42 |
| Octal | 300 | 254 | 222 | 0 | 12 | 30 | 31 | 42 | 33 | 102 |
| Binary | 11000000 | 10101100 | 10010010 | 0 | 1010 | 11000 | 11001 | 100010 | 11011 | 1000010 |
Color Harmonies of #C0AC92
Complementary color
Monochromatic Colors of #C0AC92
Black with #C0AC92
Text Example
Text Example
White with #C0AC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC92; }
p { color: rgb(192,172,146); }
H1.HeaderClassName
{
color: #C0AC92;
}
.AnyTagClassName
{
color: #C0AC92;
}
</style>
background-color css
<style>
a { background-color: #C0AC92; }
a { background-color: rgb(192,172,146); }
div.DivClassName
{
background-color: #C0AC92;
}
.BgClassName
{
background-color: #C0AC92;
}
</style>
border-color css
<style>
span { border-color: #C0AC92; }
span { border-color: rgb(192,172,146); }
td.TdClassName
{
border-color: #C0AC92;
}
.TagClassName
{
border-color: #C0AC92;
}
</style>