Shades of Akaroa #C3B091
Tints of Akaroa #C3B091
RGB
CMYK
RGB Variations
Color information
#C3B091 (or 0xC3B091) is known color: Akaroa. HEX triplet: C3, B0 and 91. RGB value is (195,176,145). Sum of RGB (Red+Green+Blue) = 195+176+145=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B091 is #3C4F6E. Grayscale: #B2B2B2. Windows color (decimal): -3952495 or 9547971. OLE color: 9547971.
HSL color Cylindrical-coordinate representation of color #C3B091: hue angle of 37.2º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3B091 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 145 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.24 |
| HSL | 37.2º | 0.29% | 0.67% | - |
| HSV(B) | 37.2º | 0.26% | 0.76% | - |
| XYZ | 43.14 | 44.7 | 33.14 | - |
| YUV | 178.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 145 | 0 | 0.10 | 0.26 | 0.24 | 37.2 | 0.29 | 0.67 |
| Hex | C3 | B0 | 91 | 0 | A | 1A | 18 | 25 | 1D | 43 |
| Octal | 303 | 260 | 221 | 0 | 12 | 32 | 30 | 45 | 35 | 103 |
| Binary | 11000011 | 10110000 | 10010001 | 0 | 1010 | 11010 | 11000 | 100101 | 11101 | 1000011 |
Color Harmonies of #C3B091
Complementary color
Monochromatic Colors of #C3B091
Black with #C3B091
Text Example
Text Example
White with #C3B091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B091; }
p { color: rgb(195,176,145); }
H1.HeaderClassName
{
color: #C3B091;
}
.AnyTagClassName
{
color: #C3B091;
}
</style>
background-color css
<style>
a { background-color: #C3B091; }
a { background-color: rgb(195,176,145); }
div.DivClassName
{
background-color: #C3B091;
}
.BgClassName
{
background-color: #C3B091;
}
</style>
border-color css
<style>
span { border-color: #C3B091; }
span { border-color: rgb(195,176,145); }
td.TdClassName
{
border-color: #C3B091;
}
.TagClassName
{
border-color: #C3B091;
}
</style>