Shades of Akaroa #C1B697
Tints of Akaroa #C1B697
RGB
CMYK
RGB Variations
Color information
#C1B697 (or 0xC1B697) is known color: Akaroa. HEX triplet: C1, B6 and 97. RGB value is (193,182,151). Sum of RGB (Red+Green+Blue) = 193+182+151=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B697 is #3E4968. Grayscale: #B5B5B5. Windows color (decimal): -4082025 or 9942721. OLE color: 9942721.
HSL color Cylindrical-coordinate representation of color #C1B697: hue angle of 44.29º degrees, saturation: 0.25, 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 #C1B697 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 182 | 151 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.24 |
| HSL | 44.29º | 0.25% | 0.67% | - |
| HSV(B) | 44.29º | 0.22% | 0.76% | - |
| XYZ | 44.31 | 47.03 | 36.02 | - |
| YUV | 181.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 151 | 0 | 0.06 | 0.22 | 0.24 | 44.29 | 0.25 | 0.67 |
| Hex | C1 | B6 | 97 | 0 | 6 | 16 | 18 | 2C | 19 | 43 |
| Octal | 301 | 266 | 227 | 0 | 6 | 26 | 30 | 54 | 31 | 103 |
| Binary | 11000001 | 10110110 | 10010111 | 0 | 110 | 10110 | 11000 | 101100 | 11001 | 1000011 |
Color Harmonies of #C1B697
Complementary color
Monochromatic Colors of #C1B697
Black with #C1B697
Text Example
Text Example
White with #C1B697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B697; }
p { color: rgb(193,182,151); }
H1.HeaderClassName
{
color: #C1B697;
}
.AnyTagClassName
{
color: #C1B697;
}
</style>
background-color css
<style>
a { background-color: #C1B697; }
a { background-color: rgb(193,182,151); }
div.DivClassName
{
background-color: #C1B697;
}
.BgClassName
{
background-color: #C1B697;
}
</style>
border-color css
<style>
span { border-color: #C1B697; }
span { border-color: rgb(193,182,151); }
td.TdClassName
{
border-color: #C1B697;
}
.TagClassName
{
border-color: #C1B697;
}
</style>