Shades of Akaroa #C0AF98
Tints of Akaroa #C0AF98
RGB
CMYK
RGB Variations
Color information
#C0AF98 (or 0xC0AF98) is known color: Akaroa. HEX triplet: C0, AF and 98. RGB value is (192,175,152). Sum of RGB (Red+Green+Blue) = 192+175+152=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF98 is #3F5067. Grayscale: #B1B1B1. Windows color (decimal): -4149352 or 10006464. OLE color: 10006464.
HSL color Cylindrical-coordinate representation of color #C0AF98: hue angle of 34.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0AF98 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 152 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.25 |
| HSL | 34.5º | 0.24% | 0.67% | - |
| HSV(B) | 34.5º | 0.21% | 0.75% | - |
| XYZ | 42.74 | 44.13 | 35.97 | - |
| YUV | 177.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 152 | 0 | 0.09 | 0.21 | 0.25 | 34.5 | 0.24 | 0.67 |
| Hex | C0 | AF | 98 | 0 | 9 | 15 | 19 | 22 | 18 | 43 |
| Octal | 300 | 257 | 230 | 0 | 11 | 25 | 31 | 42 | 30 | 103 |
| Binary | 11000000 | 10101111 | 10011000 | 0 | 1001 | 10101 | 11001 | 100010 | 11000 | 1000011 |
Color Harmonies of #C0AF98
Complementary color
Monochromatic Colors of #C0AF98
Black with #C0AF98
Text Example
Text Example
White with #C0AF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF98; }
p { color: rgb(192,175,152); }
H1.HeaderClassName
{
color: #C0AF98;
}
.AnyTagClassName
{
color: #C0AF98;
}
</style>
background-color css
<style>
a { background-color: #C0AF98; }
a { background-color: rgb(192,175,152); }
div.DivClassName
{
background-color: #C0AF98;
}
.BgClassName
{
background-color: #C0AF98;
}
</style>
border-color css
<style>
span { border-color: #C0AF98; }
span { border-color: rgb(192,175,152); }
td.TdClassName
{
border-color: #C0AF98;
}
.TagClassName
{
border-color: #C0AF98;
}
</style>