Shades of Akaroa #C0B095
Tints of Akaroa #C0B095
RGB
CMYK
RGB Variations
Color information
#C0B095 (or 0xC0B095) is known color: Akaroa. HEX triplet: C0, B0 and 95. RGB value is (192,176,149). Sum of RGB (Red+Green+Blue) = 192+176+149=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B095 is #3F4F6A. Grayscale: #B1B1B1. Windows color (decimal): -4149099 or 9810112. OLE color: 9810112.
HSL color Cylindrical-coordinate representation of color #C0B095: hue angle of 37.67º 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 #C0B095 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 149 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.25 |
| HSL | 37.67º | 0.25% | 0.67% | - |
| HSV(B) | 37.67º | 0.22% | 0.75% | - |
| XYZ | 42.69 | 44.43 | 34.76 | - |
| YUV | 177.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 149 | 0 | 0.08 | 0.22 | 0.25 | 37.67 | 0.25 | 0.67 |
| Hex | C0 | B0 | 95 | 0 | 8 | 16 | 19 | 26 | 19 | 43 |
| Octal | 300 | 260 | 225 | 0 | 10 | 26 | 31 | 46 | 31 | 103 |
| Binary | 11000000 | 10110000 | 10010101 | 0 | 1000 | 10110 | 11001 | 100110 | 11001 | 1000011 |
Color Harmonies of #C0B095
Complementary color
Monochromatic Colors of #C0B095
Black with #C0B095
Text Example
Text Example
White with #C0B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B095; }
p { color: rgb(192,176,149); }
H1.HeaderClassName
{
color: #C0B095;
}
.AnyTagClassName
{
color: #C0B095;
}
</style>
background-color css
<style>
a { background-color: #C0B095; }
a { background-color: rgb(192,176,149); }
div.DivClassName
{
background-color: #C0B095;
}
.BgClassName
{
background-color: #C0B095;
}
</style>
border-color css
<style>
span { border-color: #C0B095; }
span { border-color: rgb(192,176,149); }
td.TdClassName
{
border-color: #C0B095;
}
.TagClassName
{
border-color: #C0B095;
}
</style>