Shades of Akaroa #C4B594
Tints of Akaroa #C4B594
RGB
CMYK
RGB Variations
Color information
#C4B594 (or 0xC4B594) is known color: Akaroa. HEX triplet: C4, B5 and 94. RGB value is (196,181,148). Sum of RGB (Red+Green+Blue) = 196+181+148=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B594 is #3B4A6B. Grayscale: #B5B5B5. Windows color (decimal): -3885676 or 9745860. OLE color: 9745860.
HSL color Cylindrical-coordinate representation of color #C4B594: hue angle of 41.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4B594 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 148 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.23 |
| HSL | 41.25º | 0.29% | 0.67% | - |
| HSV(B) | 41.25º | 0.24% | 0.77% | - |
| XYZ | 44.63 | 46.92 | 34.72 | - |
| YUV | 181.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 148 | 0 | 0.08 | 0.24 | 0.23 | 41.25 | 0.29 | 0.67 |
| Hex | C4 | B5 | 94 | 0 | 8 | 18 | 17 | 29 | 1D | 43 |
| Octal | 304 | 265 | 224 | 0 | 10 | 30 | 27 | 51 | 35 | 103 |
| Binary | 11000100 | 10110101 | 10010100 | 0 | 1000 | 11000 | 10111 | 101001 | 11101 | 1000011 |
Color Harmonies of #C4B594
Complementary color
Monochromatic Colors of #C4B594
Black with #C4B594
Text Example
Text Example
White with #C4B594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B594; }
p { color: rgb(196,181,148); }
H1.HeaderClassName
{
color: #C4B594;
}
.AnyTagClassName
{
color: #C4B594;
}
</style>
background-color css
<style>
a { background-color: #C4B594; }
a { background-color: rgb(196,181,148); }
div.DivClassName
{
background-color: #C4B594;
}
.BgClassName
{
background-color: #C4B594;
}
</style>
border-color css
<style>
span { border-color: #C4B594; }
span { border-color: rgb(196,181,148); }
td.TdClassName
{
border-color: #C4B594;
}
.TagClassName
{
border-color: #C4B594;
}
</style>