Shades of Akaroa #C0B395
Tints of Akaroa #C0B395
RGB
CMYK
RGB Variations
Color information
#C0B395 (or 0xC0B395) is known color: Akaroa. HEX triplet: C0, B3 and 95. RGB value is (192,179,149). Sum of RGB (Red+Green+Blue) = 192+179+149=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B395 is #3F4C6A. Grayscale: #B3B3B3. Windows color (decimal): -4148331 or 9810880. OLE color: 9810880.
HSL color Cylindrical-coordinate representation of color #C0B395: hue angle of 41.86º 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 #C0B395 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 149 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.25 |
| HSL | 41.86º | 0.25% | 0.67% | - |
| HSV(B) | 41.86º | 0.22% | 0.75% | - |
| XYZ | 43.28 | 45.62 | 34.96 | - |
| YUV | 179.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 149 | 0 | 0.07 | 0.22 | 0.25 | 41.86 | 0.25 | 0.67 |
| Hex | C0 | B3 | 95 | 0 | 7 | 16 | 19 | 2A | 19 | 43 |
| Octal | 300 | 263 | 225 | 0 | 7 | 26 | 31 | 52 | 31 | 103 |
| Binary | 11000000 | 10110011 | 10010101 | 0 | 111 | 10110 | 11001 | 101010 | 11001 | 1000011 |
Color Harmonies of #C0B395
Complementary color
Monochromatic Colors of #C0B395
Black with #C0B395
Text Example
Text Example
White with #C0B395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B395; }
p { color: rgb(192,179,149); }
H1.HeaderClassName
{
color: #C0B395;
}
.AnyTagClassName
{
color: #C0B395;
}
</style>
background-color css
<style>
a { background-color: #C0B395; }
a { background-color: rgb(192,179,149); }
div.DivClassName
{
background-color: #C0B395;
}
.BgClassName
{
background-color: #C0B395;
}
</style>
border-color css
<style>
span { border-color: #C0B395; }
span { border-color: rgb(192,179,149); }
td.TdClassName
{
border-color: #C0B395;
}
.TagClassName
{
border-color: #C0B395;
}
</style>