Shades of Akaroa #C1B397
Tints of Akaroa #C1B397
RGB
CMYK
RGB Variations
Color information
#C1B397 (or 0xC1B397) is known color: Akaroa. HEX triplet: C1, B3 and 97. RGB value is (193,179,151). Sum of RGB (Red+Green+Blue) = 193+179+151=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B397 is #3E4C68. Grayscale: #B4B4B4. Windows color (decimal): -4082793 or 9941953. OLE color: 9941953.
HSL color Cylindrical-coordinate representation of color #C1B397: hue angle of 40º 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 #C1B397 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 151 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.24 |
| HSL | 40º | 0.25% | 0.67% | - |
| HSV(B) | 40º | 0.22% | 0.76% | - |
| XYZ | 43.7 | 45.81 | 35.82 | - |
| YUV | 179.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 151 | 0 | 0.07 | 0.22 | 0.24 | 40 | 0.25 | 0.67 |
| Hex | C1 | B3 | 97 | 0 | 7 | 16 | 18 | 28 | 19 | 43 |
| Octal | 301 | 263 | 227 | 0 | 7 | 26 | 30 | 50 | 31 | 103 |
| Binary | 11000001 | 10110011 | 10010111 | 0 | 111 | 10110 | 11000 | 101000 | 11001 | 1000011 |
Color Harmonies of #C1B397
Complementary color
Monochromatic Colors of #C1B397
Black with #C1B397
Text Example
Text Example
White with #C1B397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B397; }
p { color: rgb(193,179,151); }
H1.HeaderClassName
{
color: #C1B397;
}
.AnyTagClassName
{
color: #C1B397;
}
</style>
background-color css
<style>
a { background-color: #C1B397; }
a { background-color: rgb(193,179,151); }
div.DivClassName
{
background-color: #C1B397;
}
.BgClassName
{
background-color: #C1B397;
}
</style>
border-color css
<style>
span { border-color: #C1B397; }
span { border-color: rgb(193,179,151); }
td.TdClassName
{
border-color: #C1B397;
}
.TagClassName
{
border-color: #C1B397;
}
</style>