Shades of Akaroa #C5B698
Tints of Akaroa #C5B698
RGB
CMYK
RGB Variations
Color information
#C5B698 (or 0xC5B698) is known color: Akaroa. HEX triplet: C5, B6 and 98. RGB value is (197,182,152). Sum of RGB (Red+Green+Blue) = 197+182+152=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B698 is #3A4967. Grayscale: #B7B7B7. Windows color (decimal): -3819880 or 10008261. OLE color: 10008261.
HSL color Cylindrical-coordinate representation of color #C5B698: hue angle of 40º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5B698 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 152 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.23 |
| HSL | 40º | 0.28% | 0.68% | - |
| HSV(B) | 40º | 0.23% | 0.77% | - |
| XYZ | 45.42 | 47.59 | 36.5 | - |
| YUV | 183.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 152 | 0 | 0.08 | 0.23 | 0.23 | 40 | 0.28 | 0.68 |
| Hex | C5 | B6 | 98 | 0 | 8 | 17 | 17 | 28 | 1C | 44 |
| Octal | 305 | 266 | 230 | 0 | 10 | 27 | 27 | 50 | 34 | 104 |
| Binary | 11000101 | 10110110 | 10011000 | 0 | 1000 | 10111 | 10111 | 101000 | 11100 | 1000100 |
Color Harmonies of #C5B698
Complementary color
Monochromatic Colors of #C5B698
Black with #C5B698
Text Example
Text Example
White with #C5B698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B698; }
p { color: rgb(197,182,152); }
H1.HeaderClassName
{
color: #C5B698;
}
.AnyTagClassName
{
color: #C5B698;
}
</style>
background-color css
<style>
a { background-color: #C5B698; }
a { background-color: rgb(197,182,152); }
div.DivClassName
{
background-color: #C5B698;
}
.BgClassName
{
background-color: #C5B698;
}
</style>
border-color css
<style>
span { border-color: #C5B698; }
span { border-color: rgb(197,182,152); }
td.TdClassName
{
border-color: #C5B698;
}
.TagClassName
{
border-color: #C5B698;
}
</style>