Shades of Akaroa #C0B097
Tints of Akaroa #C0B097
RGB
CMYK
RGB Variations
Color information
#C0B097 (or 0xC0B097) is known color: Akaroa. HEX triplet: C0, B0 and 97. RGB value is (192,176,151). Sum of RGB (Red+Green+Blue) = 192+176+151=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B097 is #3F4F68. Grayscale: #B2B2B2. Windows color (decimal): -4149097 or 9941184. OLE color: 9941184.
HSL color Cylindrical-coordinate representation of color #C0B097: hue angle of 36.59º degrees, saturation: 0.25, 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 #C0B097 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 151 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.25 |
| HSL | 36.59º | 0.25% | 0.67% | - |
| HSV(B) | 36.59º | 0.21% | 0.75% | - |
| XYZ | 42.85 | 44.49 | 35.61 | - |
| YUV | 177.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 151 | 0 | 0.08 | 0.21 | 0.25 | 36.59 | 0.25 | 0.67 |
| Hex | C0 | B0 | 97 | 0 | 8 | 15 | 19 | 25 | 19 | 43 |
| Octal | 300 | 260 | 227 | 0 | 10 | 25 | 31 | 45 | 31 | 103 |
| Binary | 11000000 | 10110000 | 10010111 | 0 | 1000 | 10101 | 11001 | 100101 | 11001 | 1000011 |
Color Harmonies of #C0B097
Complementary color
Monochromatic Colors of #C0B097
Black with #C0B097
Text Example
Text Example
White with #C0B097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B097; }
p { color: rgb(192,176,151); }
H1.HeaderClassName
{
color: #C0B097;
}
.AnyTagClassName
{
color: #C0B097;
}
</style>
background-color css
<style>
a { background-color: #C0B097; }
a { background-color: rgb(192,176,151); }
div.DivClassName
{
background-color: #C0B097;
}
.BgClassName
{
background-color: #C0B097;
}
</style>
border-color css
<style>
span { border-color: #C0B097; }
span { border-color: rgb(192,176,151); }
td.TdClassName
{
border-color: #C0B097;
}
.TagClassName
{
border-color: #C0B097;
}
</style>