Shades of Akaroa #C5B494
Tints of Akaroa #C5B494
RGB
CMYK
RGB Variations
Color information
#C5B494 (or 0xC5B494) is known color: Akaroa. HEX triplet: C5, B4 and 94. RGB value is (197,180,148). Sum of RGB (Red+Green+Blue) = 197+180+148=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B494 is #3A4B6B. Grayscale: #B5B5B5. Windows color (decimal): -3820396 or 9745605. OLE color: 9745605.
HSL color Cylindrical-coordinate representation of color #C5B494: hue angle of 39.18º 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 #C5B494 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 148 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.23 |
| HSL | 39.18º | 0.3% | 0.68% | - |
| HSV(B) | 39.18º | 0.25% | 0.77% | - |
| XYZ | 44.69 | 46.65 | 34.67 | - |
| YUV | 181.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 148 | 0 | 0.09 | 0.25 | 0.23 | 39.18 | 0.3 | 0.68 |
| Hex | C5 | B4 | 94 | 0 | 9 | 19 | 17 | 27 | 1E | 44 |
| Octal | 305 | 264 | 224 | 0 | 11 | 31 | 27 | 47 | 36 | 104 |
| Binary | 11000101 | 10110100 | 10010100 | 0 | 1001 | 11001 | 10111 | 100111 | 11110 | 1000100 |
Color Harmonies of #C5B494
Complementary color
Monochromatic Colors of #C5B494
Black with #C5B494
Text Example
Text Example
White with #C5B494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B494; }
p { color: rgb(197,180,148); }
H1.HeaderClassName
{
color: #C5B494;
}
.AnyTagClassName
{
color: #C5B494;
}
</style>
background-color css
<style>
a { background-color: #C5B494; }
a { background-color: rgb(197,180,148); }
div.DivClassName
{
background-color: #C5B494;
}
.BgClassName
{
background-color: #C5B494;
}
</style>
border-color css
<style>
span { border-color: #C5B494; }
span { border-color: rgb(197,180,148); }
td.TdClassName
{
border-color: #C5B494;
}
.TagClassName
{
border-color: #C5B494;
}
</style>