Shades of Akaroa #C1B39D
Tints of Akaroa #C1B39D
RGB
CMYK
RGB Variations
Color information
#C1B39D (or 0xC1B39D) is known color: Akaroa. HEX triplet: C1, B3 and 9D. RGB value is (193,179,157). Sum of RGB (Red+Green+Blue) = 193+179+157=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B39D is #3E4C62. Grayscale: #B4B4B4. Windows color (decimal): -4082787 or 10335169. OLE color: 10335169.
HSL color Cylindrical-coordinate representation of color #C1B39D: hue angle of 36.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1B39D is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 157 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.24 |
| HSL | 36.67º | 0.23% | 0.69% | - |
| HSV(B) | 36.67º | 0.19% | 0.76% | - |
| XYZ | 44.2 | 46.01 | 38.45 | - |
| YUV | 180.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 157 | 0 | 0.07 | 0.19 | 0.24 | 36.67 | 0.23 | 0.69 |
| Hex | C1 | B3 | 9D | 0 | 7 | 13 | 18 | 25 | 16 | 45 |
| Octal | 301 | 263 | 235 | 0 | 7 | 23 | 30 | 45 | 26 | 105 |
| Binary | 11000001 | 10110011 | 10011101 | 0 | 111 | 10011 | 11000 | 100101 | 10110 | 1000101 |
Color Harmonies of #C1B39D
Complementary color
Monochromatic Colors of #C1B39D
Black with #C1B39D
Text Example
Text Example
White with #C1B39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B39D; }
p { color: rgb(193,179,157); }
H1.HeaderClassName
{
color: #C1B39D;
}
.AnyTagClassName
{
color: #C1B39D;
}
</style>
background-color css
<style>
a { background-color: #C1B39D; }
a { background-color: rgb(193,179,157); }
div.DivClassName
{
background-color: #C1B39D;
}
.BgClassName
{
background-color: #C1B39D;
}
</style>
border-color css
<style>
span { border-color: #C1B39D; }
span { border-color: rgb(193,179,157); }
td.TdClassName
{
border-color: #C1B39D;
}
.TagClassName
{
border-color: #C1B39D;
}
</style>