Shades of Akaroa #C0B39B
Tints of Akaroa #C0B39B
RGB
CMYK
RGB Variations
Color information
#C0B39B (or 0xC0B39B) is known color: Akaroa. HEX triplet: C0, B3 and 9B. RGB value is (192,179,155). Sum of RGB (Red+Green+Blue) = 192+179+155=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B39B is #3F4C64. Grayscale: #B4B4B4. Windows color (decimal): -4148325 or 10204096. OLE color: 10204096.
HSL color Cylindrical-coordinate representation of color #C0B39B: hue angle of 38.92º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0B39B is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 155 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.25 |
| HSL | 38.92º | 0.23% | 0.68% | - |
| HSV(B) | 38.92º | 0.19% | 0.75% | - |
| XYZ | 43.77 | 45.81 | 37.55 | - |
| YUV | 180.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 155 | 0 | 0.07 | 0.19 | 0.25 | 38.92 | 0.23 | 0.68 |
| Hex | C0 | B3 | 9B | 0 | 7 | 13 | 19 | 27 | 17 | 44 |
| Octal | 300 | 263 | 233 | 0 | 7 | 23 | 31 | 47 | 27 | 104 |
| Binary | 11000000 | 10110011 | 10011011 | 0 | 111 | 10011 | 11001 | 100111 | 10111 | 1000100 |
Color Harmonies of #C0B39B
Complementary color
Monochromatic Colors of #C0B39B
Black with #C0B39B
Text Example
Text Example
White with #C0B39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B39B; }
p { color: rgb(192,179,155); }
H1.HeaderClassName
{
color: #C0B39B;
}
.AnyTagClassName
{
color: #C0B39B;
}
</style>
background-color css
<style>
a { background-color: #C0B39B; }
a { background-color: rgb(192,179,155); }
div.DivClassName
{
background-color: #C0B39B;
}
.BgClassName
{
background-color: #C0B39B;
}
</style>
border-color css
<style>
span { border-color: #C0B39B; }
span { border-color: rgb(192,179,155); }
td.TdClassName
{
border-color: #C0B39B;
}
.TagClassName
{
border-color: #C0B39B;
}
</style>