Shades of Akaroa #C0B08F
Tints of Akaroa #C0B08F
RGB
CMYK
RGB Variations
Color information
#C0B08F (or 0xC0B08F) is known color: Akaroa. HEX triplet: C0, B0 and 8F. RGB value is (192,176,143). Sum of RGB (Red+Green+Blue) = 192+176+143=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B08F is #3F4F70. Grayscale: #B1B1B1. Windows color (decimal): -4149105 or 9416896. OLE color: 9416896.
HSL color Cylindrical-coordinate representation of color #C0B08F: hue angle of 40.41º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0B08F is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 143 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.25 |
| HSL | 40.41º | 0.28% | 0.66% | - |
| HSV(B) | 40.41º | 0.26% | 0.75% | - |
| XYZ | 42.22 | 44.24 | 32.3 | - |
| YUV | 177.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 143 | 0 | 0.08 | 0.26 | 0.25 | 40.41 | 0.28 | 0.66 |
| Hex | C0 | B0 | 8F | 0 | 8 | 1A | 19 | 28 | 1C | 42 |
| Octal | 300 | 260 | 217 | 0 | 10 | 32 | 31 | 50 | 34 | 102 |
| Binary | 11000000 | 10110000 | 10001111 | 0 | 1000 | 11010 | 11001 | 101000 | 11100 | 1000010 |
Color Harmonies of #C0B08F
Complementary color
Monochromatic Colors of #C0B08F
Black with #C0B08F
Text Example
Text Example
White with #C0B08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B08F; }
p { color: rgb(192,176,143); }
H1.HeaderClassName
{
color: #C0B08F;
}
.AnyTagClassName
{
color: #C0B08F;
}
</style>
background-color css
<style>
a { background-color: #C0B08F; }
a { background-color: rgb(192,176,143); }
div.DivClassName
{
background-color: #C0B08F;
}
.BgClassName
{
background-color: #C0B08F;
}
</style>
border-color css
<style>
span { border-color: #C0B08F; }
span { border-color: rgb(192,176,143); }
td.TdClassName
{
border-color: #C0B08F;
}
.TagClassName
{
border-color: #C0B08F;
}
</style>