Shades of Akaroa #C1B39A
Tints of Akaroa #C1B39A
RGB
CMYK
RGB Variations
Color information
#C1B39A (or 0xC1B39A) is known color: Akaroa. HEX triplet: C1, B3 and 9A. RGB value is (193,179,154). Sum of RGB (Red+Green+Blue) = 193+179+154=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B39A is #3E4C65. Grayscale: #B4B4B4. Windows color (decimal): -4082790 or 10138561. OLE color: 10138561.
HSL color Cylindrical-coordinate representation of color #C1B39A: hue angle of 38.46º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1B39A is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 154 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.24 |
| HSL | 38.46º | 0.24% | 0.68% | - |
| HSV(B) | 38.46º | 0.2% | 0.76% | - |
| XYZ | 43.95 | 45.91 | 37.12 | - |
| YUV | 180.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 154 | 0 | 0.07 | 0.20 | 0.24 | 38.46 | 0.24 | 0.68 |
| Hex | C1 | B3 | 9A | 0 | 7 | 14 | 18 | 26 | 18 | 44 |
| Octal | 301 | 263 | 232 | 0 | 7 | 24 | 30 | 46 | 30 | 104 |
| Binary | 11000001 | 10110011 | 10011010 | 0 | 111 | 10100 | 11000 | 100110 | 11000 | 1000100 |
Color Harmonies of #C1B39A
Complementary color
Monochromatic Colors of #C1B39A
Black with #C1B39A
Text Example
Text Example
White with #C1B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B39A; }
p { color: rgb(193,179,154); }
H1.HeaderClassName
{
color: #C1B39A;
}
.AnyTagClassName
{
color: #C1B39A;
}
</style>
background-color css
<style>
a { background-color: #C1B39A; }
a { background-color: rgb(193,179,154); }
div.DivClassName
{
background-color: #C1B39A;
}
.BgClassName
{
background-color: #C1B39A;
}
</style>
border-color css
<style>
span { border-color: #C1B39A; }
span { border-color: rgb(193,179,154); }
td.TdClassName
{
border-color: #C1B39A;
}
.TagClassName
{
border-color: #C1B39A;
}
</style>