Shades of Akaroa #C0B597
Tints of Akaroa #C0B597
RGB
CMYK
RGB Variations
Color information
#C0B597 (or 0xC0B597) is known color: Akaroa. HEX triplet: C0, B5 and 97. RGB value is (192,181,151). Sum of RGB (Red+Green+Blue) = 192+181+151=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B597 is #3F4A68. Grayscale: #B5B5B5. Windows color (decimal): -4147817 or 9942464. OLE color: 9942464.
HSL color Cylindrical-coordinate representation of color #C0B597: hue angle of 43.9º 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 #C0B597 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 151 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.25 |
| HSL | 43.9º | 0.25% | 0.67% | - |
| HSV(B) | 43.9º | 0.21% | 0.75% | - |
| XYZ | 43.85 | 46.49 | 35.94 | - |
| YUV | 180.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 151 | 0 | 0.06 | 0.21 | 0.25 | 43.9 | 0.25 | 0.67 |
| Hex | C0 | B5 | 97 | 0 | 6 | 15 | 19 | 2C | 19 | 43 |
| Octal | 300 | 265 | 227 | 0 | 6 | 25 | 31 | 54 | 31 | 103 |
| Binary | 11000000 | 10110101 | 10010111 | 0 | 110 | 10101 | 11001 | 101100 | 11001 | 1000011 |
Color Harmonies of #C0B597
Complementary color
Monochromatic Colors of #C0B597
Black with #C0B597
Text Example
Text Example
White with #C0B597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B597; }
p { color: rgb(192,181,151); }
H1.HeaderClassName
{
color: #C0B597;
}
.AnyTagClassName
{
color: #C0B597;
}
</style>
background-color css
<style>
a { background-color: #C0B597; }
a { background-color: rgb(192,181,151); }
div.DivClassName
{
background-color: #C0B597;
}
.BgClassName
{
background-color: #C0B597;
}
</style>
border-color css
<style>
span { border-color: #C0B597; }
span { border-color: rgb(192,181,151); }
td.TdClassName
{
border-color: #C0B597;
}
.TagClassName
{
border-color: #C0B597;
}
</style>