Shades of Akaroa #C0B796
Tints of Akaroa #C0B796
RGB
CMYK
RGB Variations
Color information
#C0B796 (or 0xC0B796) is known color: Akaroa. HEX triplet: C0, B7 and 96. RGB value is (192,183,150). Sum of RGB (Red+Green+Blue) = 192+183+150=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B796 is #3F4869. Grayscale: #B6B6B6. Windows color (decimal): -4147306 or 9877440. OLE color: 9877440.
HSL color Cylindrical-coordinate representation of color #C0B796: hue angle of 47.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0B796 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 150 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.25 |
| HSL | 47.14º | 0.25% | 0.67% | - |
| HSV(B) | 47.14º | 0.22% | 0.75% | - |
| XYZ | 44.18 | 47.28 | 35.65 | - |
| YUV | 181.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 150 | 0 | 0.05 | 0.22 | 0.25 | 47.14 | 0.25 | 0.67 |
| Hex | C0 | B7 | 96 | 0 | 5 | 16 | 19 | 2F | 19 | 43 |
| Octal | 300 | 267 | 226 | 0 | 5 | 26 | 31 | 57 | 31 | 103 |
| Binary | 11000000 | 10110111 | 10010110 | 0 | 101 | 10110 | 11001 | 101111 | 11001 | 1000011 |
Color Harmonies of #C0B796
Complementary color
Monochromatic Colors of #C0B796
Black with #C0B796
Text Example
Text Example
White with #C0B796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B796; }
p { color: rgb(192,183,150); }
H1.HeaderClassName
{
color: #C0B796;
}
.AnyTagClassName
{
color: #C0B796;
}
</style>
background-color css
<style>
a { background-color: #C0B796; }
a { background-color: rgb(192,183,150); }
div.DivClassName
{
background-color: #C0B796;
}
.BgClassName
{
background-color: #C0B796;
}
</style>
border-color css
<style>
span { border-color: #C0B796; }
span { border-color: rgb(192,183,150); }
td.TdClassName
{
border-color: #C0B796;
}
.TagClassName
{
border-color: #C0B796;
}
</style>