Shades of Akaroa #C4B697
Tints of Akaroa #C4B697
RGB
CMYK
RGB Variations
Color information
#C4B697 (or 0xC4B697) is known color: Akaroa. HEX triplet: C4, B6 and 97. RGB value is (196,182,151). Sum of RGB (Red+Green+Blue) = 196+182+151=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B697 is #3B4968. Grayscale: #B6B6B6. Windows color (decimal): -3885417 or 9942724. OLE color: 9942724.
HSL color Cylindrical-coordinate representation of color #C4B697: hue angle of 41.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4B697 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 151 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.23 |
| HSL | 41.33º | 0.28% | 0.68% | - |
| HSV(B) | 41.33º | 0.23% | 0.77% | - |
| XYZ | 45.08 | 47.43 | 36.06 | - |
| YUV | 182.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 151 | 0 | 0.07 | 0.23 | 0.23 | 41.33 | 0.28 | 0.68 |
| Hex | C4 | B6 | 97 | 0 | 7 | 17 | 17 | 29 | 1C | 44 |
| Octal | 304 | 266 | 227 | 0 | 7 | 27 | 27 | 51 | 34 | 104 |
| Binary | 11000100 | 10110110 | 10010111 | 0 | 111 | 10111 | 10111 | 101001 | 11100 | 1000100 |
Color Harmonies of #C4B697
Complementary color
Monochromatic Colors of #C4B697
Black with #C4B697
Text Example
Text Example
White with #C4B697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B697; }
p { color: rgb(196,182,151); }
H1.HeaderClassName
{
color: #C4B697;
}
.AnyTagClassName
{
color: #C4B697;
}
</style>
background-color css
<style>
a { background-color: #C4B697; }
a { background-color: rgb(196,182,151); }
div.DivClassName
{
background-color: #C4B697;
}
.BgClassName
{
background-color: #C4B697;
}
</style>
border-color css
<style>
span { border-color: #C4B697; }
span { border-color: rgb(196,182,151); }
td.TdClassName
{
border-color: #C4B697;
}
.TagClassName
{
border-color: #C4B697;
}
</style>