Shades of Akaroa #C1AF98
Tints of Akaroa #C1AF98
RGB
CMYK
RGB Variations
Color information
#C1AF98 (or 0xC1AF98) is known color: Akaroa. HEX triplet: C1, AF and 98. RGB value is (193,175,152). Sum of RGB (Red+Green+Blue) = 193+175+152=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF98 is #3E5067. Grayscale: #B1B1B1. Windows color (decimal): -4083816 or 10006465. OLE color: 10006465.
HSL color Cylindrical-coordinate representation of color #C1AF98: hue angle of 33.66º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1AF98 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 152 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.24 |
| HSL | 33.66º | 0.25% | 0.68% | - |
| HSV(B) | 33.66º | 0.21% | 0.76% | - |
| XYZ | 42.99 | 44.26 | 35.98 | - |
| YUV | 177.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 152 | 0 | 0.09 | 0.21 | 0.24 | 33.66 | 0.25 | 0.68 |
| Hex | C1 | AF | 98 | 0 | 9 | 15 | 18 | 22 | 19 | 44 |
| Octal | 301 | 257 | 230 | 0 | 11 | 25 | 30 | 42 | 31 | 104 |
| Binary | 11000001 | 10101111 | 10011000 | 0 | 1001 | 10101 | 11000 | 100010 | 11001 | 1000100 |
Color Harmonies of #C1AF98
Complementary color
Monochromatic Colors of #C1AF98
Black with #C1AF98
Text Example
Text Example
White with #C1AF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF98; }
p { color: rgb(193,175,152); }
H1.HeaderClassName
{
color: #C1AF98;
}
.AnyTagClassName
{
color: #C1AF98;
}
</style>
background-color css
<style>
a { background-color: #C1AF98; }
a { background-color: rgb(193,175,152); }
div.DivClassName
{
background-color: #C1AF98;
}
.BgClassName
{
background-color: #C1AF98;
}
</style>
border-color css
<style>
span { border-color: #C1AF98; }
span { border-color: rgb(193,175,152); }
td.TdClassName
{
border-color: #C1AF98;
}
.TagClassName
{
border-color: #C1AF98;
}
</style>