Shades of Akaroa #C1AD94
Tints of Akaroa #C1AD94
RGB
CMYK
RGB Variations
Color information
#C1AD94 (or 0xC1AD94) is known color: Akaroa. HEX triplet: C1, AD and 94. RGB value is (193,173,148). Sum of RGB (Red+Green+Blue) = 193+173+148=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD94 is #3E526B. Grayscale: #B0B0B0. Windows color (decimal): -4084332 or 9743809. OLE color: 9743809.
HSL color Cylindrical-coordinate representation of color #C1AD94: hue angle of 33.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1AD94 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 148 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.24 |
| HSL | 33.33º | 0.27% | 0.67% | - |
| HSV(B) | 33.33º | 0.23% | 0.76% | - |
| XYZ | 42.28 | 43.36 | 34.16 | - |
| YUV | 176.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 148 | 0 | 0.10 | 0.23 | 0.24 | 33.33 | 0.27 | 0.67 |
| Hex | C1 | AD | 94 | 0 | A | 17 | 18 | 21 | 1B | 43 |
| Octal | 301 | 255 | 224 | 0 | 12 | 27 | 30 | 41 | 33 | 103 |
| Binary | 11000001 | 10101101 | 10010100 | 0 | 1010 | 10111 | 11000 | 100001 | 11011 | 1000011 |
Color Harmonies of #C1AD94
Complementary color
Monochromatic Colors of #C1AD94
Black with #C1AD94
Text Example
Text Example
White with #C1AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD94; }
p { color: rgb(193,173,148); }
H1.HeaderClassName
{
color: #C1AD94;
}
.AnyTagClassName
{
color: #C1AD94;
}
</style>
background-color css
<style>
a { background-color: #C1AD94; }
a { background-color: rgb(193,173,148); }
div.DivClassName
{
background-color: #C1AD94;
}
.BgClassName
{
background-color: #C1AD94;
}
</style>
border-color css
<style>
span { border-color: #C1AD94; }
span { border-color: rgb(193,173,148); }
td.TdClassName
{
border-color: #C1AD94;
}
.TagClassName
{
border-color: #C1AD94;
}
</style>