Shades of Akaroa #C0B59D
Tints of Akaroa #C0B59D
RGB
CMYK
RGB Variations
Color information
#C0B59D (or 0xC0B59D) is known color: Akaroa. HEX triplet: C0, B5 and 9D. RGB value is (192,181,157). Sum of RGB (Red+Green+Blue) = 192+181+157=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B59D is #3F4A62. Grayscale: #B5B5B5. Windows color (decimal): -4147811 or 10335680. OLE color: 10335680.
HSL color Cylindrical-coordinate representation of color #C0B59D: hue angle of 41.14º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0B59D is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 157 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.25 |
| HSL | 41.14º | 0.22% | 0.68% | - |
| HSV(B) | 41.14º | 0.18% | 0.75% | - |
| XYZ | 44.35 | 46.69 | 38.57 | - |
| YUV | 181.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 157 | 0 | 0.06 | 0.18 | 0.25 | 41.14 | 0.22 | 0.68 |
| Hex | C0 | B5 | 9D | 0 | 6 | 12 | 19 | 29 | 16 | 44 |
| Octal | 300 | 265 | 235 | 0 | 6 | 22 | 31 | 51 | 26 | 104 |
| Binary | 11000000 | 10110101 | 10011101 | 0 | 110 | 10010 | 11001 | 101001 | 10110 | 1000100 |
Color Harmonies of #C0B59D
Complementary color
Monochromatic Colors of #C0B59D
Black with #C0B59D
Text Example
Text Example
White with #C0B59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B59D; }
p { color: rgb(192,181,157); }
H1.HeaderClassName
{
color: #C0B59D;
}
.AnyTagClassName
{
color: #C0B59D;
}
</style>
background-color css
<style>
a { background-color: #C0B59D; }
a { background-color: rgb(192,181,157); }
div.DivClassName
{
background-color: #C0B59D;
}
.BgClassName
{
background-color: #C0B59D;
}
</style>
border-color css
<style>
span { border-color: #C0B59D; }
span { border-color: rgb(192,181,157); }
td.TdClassName
{
border-color: #C0B59D;
}
.TagClassName
{
border-color: #C0B59D;
}
</style>