Shades of Akaroa #C5B691
Tints of Akaroa #C5B691
RGB
CMYK
RGB Variations
Color information
#C5B691 (or 0xC5B691) is known color: Akaroa. HEX triplet: C5, B6 and 91. RGB value is (197,182,145). Sum of RGB (Red+Green+Blue) = 197+182+145=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B691 is #3A496E. Grayscale: #B6B6B6. Windows color (decimal): -3819887 or 9549509. OLE color: 9549509.
HSL color Cylindrical-coordinate representation of color #C5B691: hue angle of 42.69º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5B691 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 145 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.23 |
| HSL | 42.69º | 0.31% | 0.67% | - |
| HSV(B) | 42.69º | 0.26% | 0.77% | - |
| XYZ | 44.86 | 47.37 | 33.57 | - |
| YUV | 182.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 145 | 0 | 0.08 | 0.26 | 0.23 | 42.69 | 0.31 | 0.67 |
| Hex | C5 | B6 | 91 | 0 | 8 | 1A | 17 | 2B | 1F | 43 |
| Octal | 305 | 266 | 221 | 0 | 10 | 32 | 27 | 53 | 37 | 103 |
| Binary | 11000101 | 10110110 | 10010001 | 0 | 1000 | 11010 | 10111 | 101011 | 11111 | 1000011 |
Color Harmonies of #C5B691
Complementary color
Monochromatic Colors of #C5B691
Black with #C5B691
Text Example
Text Example
White with #C5B691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B691; }
p { color: rgb(197,182,145); }
H1.HeaderClassName
{
color: #C5B691;
}
.AnyTagClassName
{
color: #C5B691;
}
</style>
background-color css
<style>
a { background-color: #C5B691; }
a { background-color: rgb(197,182,145); }
div.DivClassName
{
background-color: #C5B691;
}
.BgClassName
{
background-color: #C5B691;
}
</style>
border-color css
<style>
span { border-color: #C5B691; }
span { border-color: rgb(197,182,145); }
td.TdClassName
{
border-color: #C5B691;
}
.TagClassName
{
border-color: #C5B691;
}
</style>