Shades of Akaroa #C4B090
Tints of Akaroa #C4B090
RGB
CMYK
RGB Variations
Color information
#C4B090 (or 0xC4B090) is known color: Akaroa. HEX triplet: C4, B0 and 90. RGB value is (196,176,144). Sum of RGB (Red+Green+Blue) = 196+176+144=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B090 is #3B4F6F. Grayscale: #B2B2B2. Windows color (decimal): -3886960 or 9482436. OLE color: 9482436.
HSL color Cylindrical-coordinate representation of color #C4B090: hue angle of 36.92º 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 #C4B090 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 144 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.23 |
| HSL | 36.92º | 0.31% | 0.67% | - |
| HSV(B) | 36.92º | 0.27% | 0.77% | - |
| XYZ | 43.32 | 44.8 | 32.75 | - |
| YUV | 178.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 144 | 0 | 0.10 | 0.27 | 0.23 | 36.92 | 0.31 | 0.67 |
| Hex | C4 | B0 | 90 | 0 | A | 1B | 17 | 25 | 1F | 43 |
| Octal | 304 | 260 | 220 | 0 | 12 | 33 | 27 | 45 | 37 | 103 |
| Binary | 11000100 | 10110000 | 10010000 | 0 | 1010 | 11011 | 10111 | 100101 | 11111 | 1000011 |
Color Harmonies of #C4B090
Complementary color
Monochromatic Colors of #C4B090
Black with #C4B090
Text Example
Text Example
White with #C4B090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B090; }
p { color: rgb(196,176,144); }
H1.HeaderClassName
{
color: #C4B090;
}
.AnyTagClassName
{
color: #C4B090;
}
</style>
background-color css
<style>
a { background-color: #C4B090; }
a { background-color: rgb(196,176,144); }
div.DivClassName
{
background-color: #C4B090;
}
.BgClassName
{
background-color: #C4B090;
}
</style>
border-color css
<style>
span { border-color: #C4B090; }
span { border-color: rgb(196,176,144); }
td.TdClassName
{
border-color: #C4B090;
}
.TagClassName
{
border-color: #C4B090;
}
</style>