Shades of Akaroa #C0B494
Tints of Akaroa #C0B494
RGB
CMYK
RGB Variations
Color information
#C0B494 (or 0xC0B494) is known color: Akaroa. HEX triplet: C0, B4 and 94. RGB value is (192,180,148). Sum of RGB (Red+Green+Blue) = 192+180+148=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B494 is #3F4B6B. Grayscale: #B4B4B4. Windows color (decimal): -4148076 or 9745600. OLE color: 9745600.
HSL color Cylindrical-coordinate representation of color #C0B494: hue angle of 43.64º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0B494 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 148 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.25 |
| HSL | 43.64º | 0.26% | 0.67% | - |
| HSV(B) | 43.64º | 0.23% | 0.75% | - |
| XYZ | 43.4 | 45.99 | 34.61 | - |
| YUV | 179.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 148 | 0 | 0.06 | 0.23 | 0.25 | 43.64 | 0.26 | 0.67 |
| Hex | C0 | B4 | 94 | 0 | 6 | 17 | 19 | 2C | 1A | 43 |
| Octal | 300 | 264 | 224 | 0 | 6 | 27 | 31 | 54 | 32 | 103 |
| Binary | 11000000 | 10110100 | 10010100 | 0 | 110 | 10111 | 11001 | 101100 | 11010 | 1000011 |
Color Harmonies of #C0B494
Complementary color
Monochromatic Colors of #C0B494
Black with #C0B494
Text Example
Text Example
White with #C0B494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B494; }
p { color: rgb(192,180,148); }
H1.HeaderClassName
{
color: #C0B494;
}
.AnyTagClassName
{
color: #C0B494;
}
</style>
background-color css
<style>
a { background-color: #C0B494; }
a { background-color: rgb(192,180,148); }
div.DivClassName
{
background-color: #C0B494;
}
.BgClassName
{
background-color: #C0B494;
}
</style>
border-color css
<style>
span { border-color: #C0B494; }
span { border-color: rgb(192,180,148); }
td.TdClassName
{
border-color: #C0B494;
}
.TagClassName
{
border-color: #C0B494;
}
</style>