Shades of Akaroa #C0B098
Tints of Akaroa #C0B098
RGB
CMYK
RGB Variations
Color information
#C0B098 (or 0xC0B098) is known color: Akaroa. HEX triplet: C0, B0 and 98. RGB value is (192,176,152). Sum of RGB (Red+Green+Blue) = 192+176+152=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B098 is #3F4F67. Grayscale: #B2B2B2. Windows color (decimal): -4149096 or 10006720. OLE color: 10006720.
HSL color Cylindrical-coordinate representation of color #C0B098: hue angle of 36º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0B098 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 152 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.25 |
| HSL | 36º | 0.24% | 0.67% | - |
| HSV(B) | 36º | 0.21% | 0.75% | - |
| XYZ | 42.93 | 44.52 | 36.04 | - |
| YUV | 178.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 152 | 0 | 0.08 | 0.21 | 0.25 | 36 | 0.24 | 0.67 |
| Hex | C0 | B0 | 98 | 0 | 8 | 15 | 19 | 24 | 18 | 43 |
| Octal | 300 | 260 | 230 | 0 | 10 | 25 | 31 | 44 | 30 | 103 |
| Binary | 11000000 | 10110000 | 10011000 | 0 | 1000 | 10101 | 11001 | 100100 | 11000 | 1000011 |
Color Harmonies of #C0B098
Complementary color
Monochromatic Colors of #C0B098
Black with #C0B098
Text Example
Text Example
White with #C0B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B098; }
p { color: rgb(192,176,152); }
H1.HeaderClassName
{
color: #C0B098;
}
.AnyTagClassName
{
color: #C0B098;
}
</style>
background-color css
<style>
a { background-color: #C0B098; }
a { background-color: rgb(192,176,152); }
div.DivClassName
{
background-color: #C0B098;
}
.BgClassName
{
background-color: #C0B098;
}
</style>
border-color css
<style>
span { border-color: #C0B098; }
span { border-color: rgb(192,176,152); }
td.TdClassName
{
border-color: #C0B098;
}
.TagClassName
{
border-color: #C0B098;
}
</style>