Shades of Akaroa #C4B390
Tints of Akaroa #C4B390
RGB
CMYK
RGB Variations
Color information
#C4B390 (or 0xC4B390) is known color: Akaroa. HEX triplet: C4, B3 and 90. RGB value is (196,179,144). Sum of RGB (Red+Green+Blue) = 196+179+144=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B390 is #3B4C6F. Grayscale: #B4B4B4. Windows color (decimal): -3886192 or 9483204. OLE color: 9483204.
HSL color Cylindrical-coordinate representation of color #C4B390: hue angle of 40.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4B390 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 144 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.23 |
| HSL | 40.38º | 0.31% | 0.67% | - |
| HSV(B) | 40.38º | 0.27% | 0.77% | - |
| XYZ | 43.92 | 45.99 | 32.95 | - |
| YUV | 180.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 144 | 0 | 0.09 | 0.27 | 0.23 | 40.38 | 0.31 | 0.67 |
| Hex | C4 | B3 | 90 | 0 | 9 | 1B | 17 | 28 | 1F | 43 |
| Octal | 304 | 263 | 220 | 0 | 11 | 33 | 27 | 50 | 37 | 103 |
| Binary | 11000100 | 10110011 | 10010000 | 0 | 1001 | 11011 | 10111 | 101000 | 11111 | 1000011 |
Color Harmonies of #C4B390
Complementary color
Monochromatic Colors of #C4B390
Black with #C4B390
Text Example
Text Example
White with #C4B390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B390; }
p { color: rgb(196,179,144); }
H1.HeaderClassName
{
color: #C4B390;
}
.AnyTagClassName
{
color: #C4B390;
}
</style>
background-color css
<style>
a { background-color: #C4B390; }
a { background-color: rgb(196,179,144); }
div.DivClassName
{
background-color: #C4B390;
}
.BgClassName
{
background-color: #C4B390;
}
</style>
border-color css
<style>
span { border-color: #C4B390; }
span { border-color: rgb(196,179,144); }
td.TdClassName
{
border-color: #C4B390;
}
.TagClassName
{
border-color: #C4B390;
}
</style>