Shades of Akaroa #C5B699
Tints of Akaroa #C5B699
RGB
CMYK
RGB Variations
Color information
#C5B699 (or 0xC5B699) is known color: Akaroa. HEX triplet: C5, B6 and 99. RGB value is (197,182,153). Sum of RGB (Red+Green+Blue) = 197+182+153=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B699 is #3A4966. Grayscale: #B7B7B7. Windows color (decimal): -3819879 or 10073797. OLE color: 10073797.
HSL color Cylindrical-coordinate representation of color #C5B699: hue angle of 39.55º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5B699 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 153 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.23 |
| HSL | 39.55º | 0.28% | 0.69% | - |
| HSV(B) | 39.55º | 0.22% | 0.77% | - |
| XYZ | 45.5 | 47.63 | 36.93 | - |
| YUV | 183.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 153 | 0 | 0.08 | 0.22 | 0.23 | 39.55 | 0.28 | 0.69 |
| Hex | C5 | B6 | 99 | 0 | 8 | 16 | 17 | 28 | 1C | 45 |
| Octal | 305 | 266 | 231 | 0 | 10 | 26 | 27 | 50 | 34 | 105 |
| Binary | 11000101 | 10110110 | 10011001 | 0 | 1000 | 10110 | 10111 | 101000 | 11100 | 1000101 |
Color Harmonies of #C5B699
Complementary color
Monochromatic Colors of #C5B699
Black with #C5B699
Text Example
Text Example
White with #C5B699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B699; }
p { color: rgb(197,182,153); }
H1.HeaderClassName
{
color: #C5B699;
}
.AnyTagClassName
{
color: #C5B699;
}
</style>
background-color css
<style>
a { background-color: #C5B699; }
a { background-color: rgb(197,182,153); }
div.DivClassName
{
background-color: #C5B699;
}
.BgClassName
{
background-color: #C5B699;
}
</style>
border-color css
<style>
span { border-color: #C5B699; }
span { border-color: rgb(197,182,153); }
td.TdClassName
{
border-color: #C5B699;
}
.TagClassName
{
border-color: #C5B699;
}
</style>