Shades of Akaroa #C1B391
Tints of Akaroa #C1B391
RGB
CMYK
RGB Variations
Color information
#C1B391 (or 0xC1B391) is known color: Akaroa. HEX triplet: C1, B3 and 91. RGB value is (193,179,145). Sum of RGB (Red+Green+Blue) = 193+179+145=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B391 is #3E4C6E. Grayscale: #B3B3B3. Windows color (decimal): -4082799 or 9548737. OLE color: 9548737.
HSL color Cylindrical-coordinate representation of color #C1B391: hue angle of 42.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1B391 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 145 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.24 |
| HSL | 42.5º | 0.28% | 0.66% | - |
| HSV(B) | 42.5º | 0.25% | 0.76% | - |
| XYZ | 43.22 | 45.62 | 33.32 | - |
| YUV | 179.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 145 | 0 | 0.07 | 0.25 | 0.24 | 42.5 | 0.28 | 0.66 |
| Hex | C1 | B3 | 91 | 0 | 7 | 19 | 18 | 2A | 1C | 42 |
| Octal | 301 | 263 | 221 | 0 | 7 | 31 | 30 | 52 | 34 | 102 |
| Binary | 11000001 | 10110011 | 10010001 | 0 | 111 | 11001 | 11000 | 101010 | 11100 | 1000010 |
Color Harmonies of #C1B391
Complementary color
Monochromatic Colors of #C1B391
Black with #C1B391
Text Example
Text Example
White with #C1B391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B391; }
p { color: rgb(193,179,145); }
H1.HeaderClassName
{
color: #C1B391;
}
.AnyTagClassName
{
color: #C1B391;
}
</style>
background-color css
<style>
a { background-color: #C1B391; }
a { background-color: rgb(193,179,145); }
div.DivClassName
{
background-color: #C1B391;
}
.BgClassName
{
background-color: #C1B391;
}
</style>
border-color css
<style>
span { border-color: #C1B391; }
span { border-color: rgb(193,179,145); }
td.TdClassName
{
border-color: #C1B391;
}
.TagClassName
{
border-color: #C1B391;
}
</style>