Shades of Akaroa #C0AF95
Tints of Akaroa #C0AF95
RGB
CMYK
RGB Variations
Color information
#C0AF95 (or 0xC0AF95) is known color: Akaroa. HEX triplet: C0, AF and 95. RGB value is (192,175,149). Sum of RGB (Red+Green+Blue) = 192+175+149=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF95 is #3F506A. Grayscale: #B1B1B1. Windows color (decimal): -4149355 or 9809856. OLE color: 9809856.
HSL color Cylindrical-coordinate representation of color #C0AF95: hue angle of 36.28º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0AF95 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 149 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.25 |
| HSL | 36.28º | 0.25% | 0.67% | - |
| HSV(B) | 36.28º | 0.22% | 0.75% | - |
| XYZ | 42.49 | 44.04 | 34.69 | - |
| YUV | 177.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 149 | 0 | 0.09 | 0.22 | 0.25 | 36.28 | 0.25 | 0.67 |
| Hex | C0 | AF | 95 | 0 | 9 | 16 | 19 | 24 | 19 | 43 |
| Octal | 300 | 257 | 225 | 0 | 11 | 26 | 31 | 44 | 31 | 103 |
| Binary | 11000000 | 10101111 | 10010101 | 0 | 1001 | 10110 | 11001 | 100100 | 11001 | 1000011 |
Color Harmonies of #C0AF95
Complementary color
Monochromatic Colors of #C0AF95
Black with #C0AF95
Text Example
Text Example
White with #C0AF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF95; }
p { color: rgb(192,175,149); }
H1.HeaderClassName
{
color: #C0AF95;
}
.AnyTagClassName
{
color: #C0AF95;
}
</style>
background-color css
<style>
a { background-color: #C0AF95; }
a { background-color: rgb(192,175,149); }
div.DivClassName
{
background-color: #C0AF95;
}
.BgClassName
{
background-color: #C0AF95;
}
</style>
border-color css
<style>
span { border-color: #C0AF95; }
span { border-color: rgb(192,175,149); }
td.TdClassName
{
border-color: #C0AF95;
}
.TagClassName
{
border-color: #C0AF95;
}
</style>