Shades of Akaroa #C4B796
Tints of Akaroa #C4B796
RGB
CMYK
RGB Variations
Color information
#C4B796 (or 0xC4B796) is known color: Akaroa. HEX triplet: C4, B7 and 96. RGB value is (196,183,150). Sum of RGB (Red+Green+Blue) = 196+183+150=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B796 is #3B4869. Grayscale: #B7B7B7. Windows color (decimal): -3885162 or 9877444. OLE color: 9877444.
HSL color Cylindrical-coordinate representation of color #C4B796: hue angle of 43.04º 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 #C4B796 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 150 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.23 |
| HSL | 43.04º | 0.28% | 0.68% | - |
| HSV(B) | 43.04º | 0.23% | 0.77% | - |
| XYZ | 45.2 | 47.8 | 35.7 | - |
| YUV | 183.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 150 | 0 | 0.07 | 0.23 | 0.23 | 43.04 | 0.28 | 0.68 |
| Hex | C4 | B7 | 96 | 0 | 7 | 17 | 17 | 2B | 1C | 44 |
| Octal | 304 | 267 | 226 | 0 | 7 | 27 | 27 | 53 | 34 | 104 |
| Binary | 11000100 | 10110111 | 10010110 | 0 | 111 | 10111 | 10111 | 101011 | 11100 | 1000100 |
Color Harmonies of #C4B796
Complementary color
Monochromatic Colors of #C4B796
Black with #C4B796
Text Example
Text Example
White with #C4B796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B796; }
p { color: rgb(196,183,150); }
H1.HeaderClassName
{
color: #C4B796;
}
.AnyTagClassName
{
color: #C4B796;
}
</style>
background-color css
<style>
a { background-color: #C4B796; }
a { background-color: rgb(196,183,150); }
div.DivClassName
{
background-color: #C4B796;
}
.BgClassName
{
background-color: #C4B796;
}
</style>
border-color css
<style>
span { border-color: #C4B796; }
span { border-color: rgb(196,183,150); }
td.TdClassName
{
border-color: #C4B796;
}
.TagClassName
{
border-color: #C4B796;
}
</style>