Shades of Akaroa #C5B793
Tints of Akaroa #C5B793
RGB
CMYK
RGB Variations
Color information
#C5B793 (or 0xC5B793) is known color: Akaroa. HEX triplet: C5, B7 and 93. RGB value is (197,183,147). Sum of RGB (Red+Green+Blue) = 197+183+147=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B793 is #3A486C. Grayscale: #B7B7B7. Windows color (decimal): -3819629 or 9680837. OLE color: 9680837.
HSL color Cylindrical-coordinate representation of color #C5B793: hue angle of 43.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5B793 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 147 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.23 |
| HSL | 43.2º | 0.3% | 0.67% | - |
| HSV(B) | 43.2º | 0.25% | 0.77% | - |
| XYZ | 45.23 | 47.84 | 34.45 | - |
| YUV | 183.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 147 | 0 | 0.07 | 0.25 | 0.23 | 43.2 | 0.3 | 0.67 |
| Hex | C5 | B7 | 93 | 0 | 7 | 19 | 17 | 2B | 1E | 43 |
| Octal | 305 | 267 | 223 | 0 | 7 | 31 | 27 | 53 | 36 | 103 |
| Binary | 11000101 | 10110111 | 10010011 | 0 | 111 | 11001 | 10111 | 101011 | 11110 | 1000011 |
Color Harmonies of #C5B793
Complementary color
Monochromatic Colors of #C5B793
Black with #C5B793
Text Example
Text Example
White with #C5B793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B793; }
p { color: rgb(197,183,147); }
H1.HeaderClassName
{
color: #C5B793;
}
.AnyTagClassName
{
color: #C5B793;
}
</style>
background-color css
<style>
a { background-color: #C5B793; }
a { background-color: rgb(197,183,147); }
div.DivClassName
{
background-color: #C5B793;
}
.BgClassName
{
background-color: #C5B793;
}
</style>
border-color css
<style>
span { border-color: #C5B793; }
span { border-color: rgb(197,183,147); }
td.TdClassName
{
border-color: #C5B793;
}
.TagClassName
{
border-color: #C5B793;
}
</style>