Shades of Akaroa #C1B696
Tints of Akaroa #C1B696
RGB
CMYK
RGB Variations
Color information
#C1B696 (or 0xC1B696) is known color: Akaroa. HEX triplet: C1, B6 and 96. RGB value is (193,182,150). Sum of RGB (Red+Green+Blue) = 193+182+150=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B696 is #3E4969. Grayscale: #B5B5B5. Windows color (decimal): -4082026 or 9877185. OLE color: 9877185.
HSL color Cylindrical-coordinate representation of color #C1B696: hue angle of 44.65º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1B696 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 182 | 150 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.24 |
| HSL | 44.65º | 0.26% | 0.67% | - |
| HSV(B) | 44.65º | 0.22% | 0.76% | - |
| XYZ | 44.23 | 47 | 35.59 | - |
| YUV | 181.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 150 | 0 | 0.06 | 0.22 | 0.24 | 44.65 | 0.26 | 0.67 |
| Hex | C1 | B6 | 96 | 0 | 6 | 16 | 18 | 2D | 1A | 43 |
| Octal | 301 | 266 | 226 | 0 | 6 | 26 | 30 | 55 | 32 | 103 |
| Binary | 11000001 | 10110110 | 10010110 | 0 | 110 | 10110 | 11000 | 101101 | 11010 | 1000011 |
Color Harmonies of #C1B696
Complementary color
Monochromatic Colors of #C1B696
Black with #C1B696
Text Example
Text Example
White with #C1B696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B696; }
p { color: rgb(193,182,150); }
H1.HeaderClassName
{
color: #C1B696;
}
.AnyTagClassName
{
color: #C1B696;
}
</style>
background-color css
<style>
a { background-color: #C1B696; }
a { background-color: rgb(193,182,150); }
div.DivClassName
{
background-color: #C1B696;
}
.BgClassName
{
background-color: #C1B696;
}
</style>
border-color css
<style>
span { border-color: #C1B696; }
span { border-color: rgb(193,182,150); }
td.TdClassName
{
border-color: #C1B696;
}
.TagClassName
{
border-color: #C1B696;
}
</style>