Shades of Akaroa #C5B695
Tints of Akaroa #C5B695
RGB
CMYK
RGB Variations
Color information
#C5B695 (or 0xC5B695) is known color: Akaroa. HEX triplet: C5, B6 and 95. RGB value is (197,182,149). Sum of RGB (Red+Green+Blue) = 197+182+149=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B695 is #3A496A. Grayscale: #B6B6B6. Windows color (decimal): -3819883 or 9811653. OLE color: 9811653.
HSL color Cylindrical-coordinate representation of color #C5B695: hue angle of 41.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5B695 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 149 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.23 |
| HSL | 41.25º | 0.29% | 0.68% | - |
| HSV(B) | 41.25º | 0.24% | 0.77% | - |
| XYZ | 45.18 | 47.5 | 35.22 | - |
| YUV | 182.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 149 | 0 | 0.08 | 0.24 | 0.23 | 41.25 | 0.29 | 0.68 |
| Hex | C5 | B6 | 95 | 0 | 8 | 18 | 17 | 29 | 1D | 44 |
| Octal | 305 | 266 | 225 | 0 | 10 | 30 | 27 | 51 | 35 | 104 |
| Binary | 11000101 | 10110110 | 10010101 | 0 | 1000 | 11000 | 10111 | 101001 | 11101 | 1000100 |
Color Harmonies of #C5B695
Complementary color
Monochromatic Colors of #C5B695
Black with #C5B695
Text Example
Text Example
White with #C5B695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B695; }
p { color: rgb(197,182,149); }
H1.HeaderClassName
{
color: #C5B695;
}
.AnyTagClassName
{
color: #C5B695;
}
</style>
background-color css
<style>
a { background-color: #C5B695; }
a { background-color: rgb(197,182,149); }
div.DivClassName
{
background-color: #C5B695;
}
.BgClassName
{
background-color: #C5B695;
}
</style>
border-color css
<style>
span { border-color: #C5B695; }
span { border-color: rgb(197,182,149); }
td.TdClassName
{
border-color: #C5B695;
}
.TagClassName
{
border-color: #C5B695;
}
</style>