Shades of Akaroa #C0B391
Tints of Akaroa #C0B391
RGB
CMYK
RGB Variations
Color information
#C0B391 (or 0xC0B391) is known color: Akaroa. HEX triplet: C0, B3 and 91. RGB value is (192,179,145). Sum of RGB (Red+Green+Blue) = 192+179+145=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B391 is #3F4C6E. Grayscale: #B3B3B3. Windows color (decimal): -4148335 or 9548736. OLE color: 9548736.
HSL color Cylindrical-coordinate representation of color #C0B391: hue angle of 43.4º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0B391 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 145 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.25 |
| HSL | 43.4º | 0.27% | 0.66% | - |
| HSV(B) | 43.4º | 0.24% | 0.75% | - |
| XYZ | 42.97 | 45.49 | 33.3 | - |
| YUV | 179.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 145 | 0 | 0.07 | 0.24 | 0.25 | 43.4 | 0.27 | 0.66 |
| Hex | C0 | B3 | 91 | 0 | 7 | 18 | 19 | 2B | 1B | 42 |
| Octal | 300 | 263 | 221 | 0 | 7 | 30 | 31 | 53 | 33 | 102 |
| Binary | 11000000 | 10110011 | 10010001 | 0 | 111 | 11000 | 11001 | 101011 | 11011 | 1000010 |
Color Harmonies of #C0B391
Complementary color
Monochromatic Colors of #C0B391
Black with #C0B391
Text Example
Text Example
White with #C0B391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B391; }
p { color: rgb(192,179,145); }
H1.HeaderClassName
{
color: #C0B391;
}
.AnyTagClassName
{
color: #C0B391;
}
</style>
background-color css
<style>
a { background-color: #C0B391; }
a { background-color: rgb(192,179,145); }
div.DivClassName
{
background-color: #C0B391;
}
.BgClassName
{
background-color: #C0B391;
}
</style>
border-color css
<style>
span { border-color: #C0B391; }
span { border-color: rgb(192,179,145); }
td.TdClassName
{
border-color: #C0B391;
}
.TagClassName
{
border-color: #C0B391;
}
</style>