Shades of Akaroa #C5B894
Tints of Akaroa #C5B894
RGB
CMYK
RGB Variations
Color information
#C5B894 (or 0xC5B894) is known color: Akaroa. HEX triplet: C5, B8 and 94. RGB value is (197,184,148). Sum of RGB (Red+Green+Blue) = 197+184+148=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B894 is #3A476B. Grayscale: #B7B7B7. Windows color (decimal): -3819372 or 9746629. OLE color: 9746629.
HSL color Cylindrical-coordinate representation of color #C5B894: hue angle of 44.08º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5B894 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 148 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.23 |
| HSL | 44.08º | 0.3% | 0.68% | - |
| HSV(B) | 44.08º | 0.25% | 0.77% | - |
| XYZ | 45.51 | 48.29 | 34.94 | - |
| YUV | 183.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 148 | 0 | 0.07 | 0.25 | 0.23 | 44.08 | 0.3 | 0.68 |
| Hex | C5 | B8 | 94 | 0 | 7 | 19 | 17 | 2C | 1E | 44 |
| Octal | 305 | 270 | 224 | 0 | 7 | 31 | 27 | 54 | 36 | 104 |
| Binary | 11000101 | 10111000 | 10010100 | 0 | 111 | 11001 | 10111 | 101100 | 11110 | 1000100 |
Color Harmonies of #C5B894
Complementary color
Monochromatic Colors of #C5B894
Black with #C5B894
Text Example
Text Example
White with #C5B894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B894; }
p { color: rgb(197,184,148); }
H1.HeaderClassName
{
color: #C5B894;
}
.AnyTagClassName
{
color: #C5B894;
}
</style>
background-color css
<style>
a { background-color: #C5B894; }
a { background-color: rgb(197,184,148); }
div.DivClassName
{
background-color: #C5B894;
}
.BgClassName
{
background-color: #C5B894;
}
</style>
border-color css
<style>
span { border-color: #C5B894; }
span { border-color: rgb(197,184,148); }
td.TdClassName
{
border-color: #C5B894;
}
.TagClassName
{
border-color: #C5B894;
}
</style>