Shades of Akaroa #C4B190
Tints of Akaroa #C4B190
RGB
CMYK
RGB Variations
Color information
#C4B190 (or 0xC4B190) is known color: Akaroa. HEX triplet: C4, B1 and 90. RGB value is (196,177,144). Sum of RGB (Red+Green+Blue) = 196+177+144=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B190 is #3B4E6F. Grayscale: #B3B3B3. Windows color (decimal): -3886704 or 9482692. OLE color: 9482692.
HSL color Cylindrical-coordinate representation of color #C4B190: hue angle of 38.08º 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 #C4B190 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 144 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.23 |
| HSL | 38.08º | 0.31% | 0.67% | - |
| HSV(B) | 38.08º | 0.27% | 0.77% | - |
| XYZ | 43.52 | 45.19 | 32.82 | - |
| YUV | 178.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 144 | 0 | 0.10 | 0.27 | 0.23 | 38.08 | 0.31 | 0.67 |
| Hex | C4 | B1 | 90 | 0 | A | 1B | 17 | 26 | 1F | 43 |
| Octal | 304 | 261 | 220 | 0 | 12 | 33 | 27 | 46 | 37 | 103 |
| Binary | 11000100 | 10110001 | 10010000 | 0 | 1010 | 11011 | 10111 | 100110 | 11111 | 1000011 |
Color Harmonies of #C4B190
Complementary color
Monochromatic Colors of #C4B190
Black with #C4B190
Text Example
Text Example
White with #C4B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B190; }
p { color: rgb(196,177,144); }
H1.HeaderClassName
{
color: #C4B190;
}
.AnyTagClassName
{
color: #C4B190;
}
</style>
background-color css
<style>
a { background-color: #C4B190; }
a { background-color: rgb(196,177,144); }
div.DivClassName
{
background-color: #C4B190;
}
.BgClassName
{
background-color: #C4B190;
}
</style>
border-color css
<style>
span { border-color: #C4B190; }
span { border-color: rgb(196,177,144); }
td.TdClassName
{
border-color: #C4B190;
}
.TagClassName
{
border-color: #C4B190;
}
</style>