Shades of Akaroa #C0B596
Tints of Akaroa #C0B596
RGB
CMYK
RGB Variations
Color information
#C0B596 (or 0xC0B596) is known color: Akaroa. HEX triplet: C0, B5 and 96. RGB value is (192,181,150). Sum of RGB (Red+Green+Blue) = 192+181+150=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B596 is #3F4A69. Grayscale: #B4B4B4. Windows color (decimal): -4147818 or 9876928. OLE color: 9876928.
HSL color Cylindrical-coordinate representation of color #C0B596: hue angle of 44.29º 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 #C0B596 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 150 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.25 |
| HSL | 44.29º | 0.25% | 0.67% | - |
| HSV(B) | 44.29º | 0.22% | 0.75% | - |
| XYZ | 43.77 | 46.46 | 35.51 | - |
| YUV | 180.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 150 | 0 | 0.06 | 0.22 | 0.25 | 44.29 | 0.25 | 0.67 |
| Hex | C0 | B5 | 96 | 0 | 6 | 16 | 19 | 2C | 19 | 43 |
| Octal | 300 | 265 | 226 | 0 | 6 | 26 | 31 | 54 | 31 | 103 |
| Binary | 11000000 | 10110101 | 10010110 | 0 | 110 | 10110 | 11001 | 101100 | 11001 | 1000011 |
Color Harmonies of #C0B596
Complementary color
Monochromatic Colors of #C0B596
Black with #C0B596
Text Example
Text Example
White with #C0B596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B596; }
p { color: rgb(192,181,150); }
H1.HeaderClassName
{
color: #C0B596;
}
.AnyTagClassName
{
color: #C0B596;
}
</style>
background-color css
<style>
a { background-color: #C0B596; }
a { background-color: rgb(192,181,150); }
div.DivClassName
{
background-color: #C0B596;
}
.BgClassName
{
background-color: #C0B596;
}
</style>
border-color css
<style>
span { border-color: #C0B596; }
span { border-color: rgb(192,181,150); }
td.TdClassName
{
border-color: #C0B596;
}
.TagClassName
{
border-color: #C0B596;
}
</style>