Shades of Akaroa #C5B492
Tints of Akaroa #C5B492
RGB
CMYK
RGB Variations
Color information
#C5B492 (or 0xC5B492) is known color: Akaroa. HEX triplet: C5, B4 and 92. RGB value is (197,180,146). Sum of RGB (Red+Green+Blue) = 197+180+146=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B492 is #3A4B6D. Grayscale: #B5B5B5. Windows color (decimal): -3820398 or 9614533. OLE color: 9614533.
HSL color Cylindrical-coordinate representation of color #C5B492: hue angle of 40º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5B492 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 146 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.23 |
| HSL | 40º | 0.31% | 0.67% | - |
| HSV(B) | 40º | 0.26% | 0.77% | - |
| XYZ | 44.54 | 46.59 | 33.84 | - |
| YUV | 181.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 146 | 0 | 0.09 | 0.26 | 0.23 | 40 | 0.31 | 0.67 |
| Hex | C5 | B4 | 92 | 0 | 9 | 1A | 17 | 28 | 1F | 43 |
| Octal | 305 | 264 | 222 | 0 | 11 | 32 | 27 | 50 | 37 | 103 |
| Binary | 11000101 | 10110100 | 10010010 | 0 | 1001 | 11010 | 10111 | 101000 | 11111 | 1000011 |
Color Harmonies of #C5B492
Complementary color
Monochromatic Colors of #C5B492
Black with #C5B492
Text Example
Text Example
White with #C5B492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B492; }
p { color: rgb(197,180,146); }
H1.HeaderClassName
{
color: #C5B492;
}
.AnyTagClassName
{
color: #C5B492;
}
</style>
background-color css
<style>
a { background-color: #C5B492; }
a { background-color: rgb(197,180,146); }
div.DivClassName
{
background-color: #C5B492;
}
.BgClassName
{
background-color: #C5B492;
}
</style>
border-color css
<style>
span { border-color: #C5B492; }
span { border-color: rgb(197,180,146); }
td.TdClassName
{
border-color: #C5B492;
}
.TagClassName
{
border-color: #C5B492;
}
</style>