Shades of Akaroa #C4B696
Tints of Akaroa #C4B696
RGB
CMYK
RGB Variations
Color information
#C4B696 (or 0xC4B696) is known color: Akaroa. HEX triplet: C4, B6 and 96. RGB value is (196,182,150). Sum of RGB (Red+Green+Blue) = 196+182+150=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B696 is #3B4969. Grayscale: #B6B6B6. Windows color (decimal): -3885418 or 9877188. OLE color: 9877188.
HSL color Cylindrical-coordinate representation of color #C4B696: hue angle of 41.74º 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 #C4B696 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 150 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.23 |
| HSL | 41.74º | 0.28% | 0.68% | - |
| HSV(B) | 41.74º | 0.23% | 0.77% | - |
| XYZ | 45 | 47.39 | 35.63 | - |
| YUV | 182.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 150 | 0 | 0.07 | 0.23 | 0.23 | 41.74 | 0.28 | 0.68 |
| Hex | C4 | B6 | 96 | 0 | 7 | 17 | 17 | 2A | 1C | 44 |
| Octal | 304 | 266 | 226 | 0 | 7 | 27 | 27 | 52 | 34 | 104 |
| Binary | 11000100 | 10110110 | 10010110 | 0 | 111 | 10111 | 10111 | 101010 | 11100 | 1000100 |
Color Harmonies of #C4B696
Complementary color
Monochromatic Colors of #C4B696
Black with #C4B696
Text Example
Text Example
White with #C4B696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B696; }
p { color: rgb(196,182,150); }
H1.HeaderClassName
{
color: #C4B696;
}
.AnyTagClassName
{
color: #C4B696;
}
</style>
background-color css
<style>
a { background-color: #C4B696; }
a { background-color: rgb(196,182,150); }
div.DivClassName
{
background-color: #C4B696;
}
.BgClassName
{
background-color: #C4B696;
}
</style>
border-color css
<style>
span { border-color: #C4B696; }
span { border-color: rgb(196,182,150); }
td.TdClassName
{
border-color: #C4B696;
}
.TagClassName
{
border-color: #C4B696;
}
</style>