Shades of Akaroa #C2B391
Tints of Akaroa #C2B391
RGB
CMYK
RGB Variations
Color information
#C2B391 (or 0xC2B391) is known color: Akaroa. HEX triplet: C2, B3 and 91. RGB value is (194,179,145). Sum of RGB (Red+Green+Blue) = 194+179+145=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B391 is #3D4C6E. Grayscale: #B3B3B3. Windows color (decimal): -4017263 or 9548738. OLE color: 9548738.
HSL color Cylindrical-coordinate representation of color #C2B391: hue angle of 41.63º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B391 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 145 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.24 |
| HSL | 41.63º | 0.29% | 0.66% | - |
| HSV(B) | 41.63º | 0.25% | 0.76% | - |
| XYZ | 43.48 | 45.75 | 33.33 | - |
| YUV | 179.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 145 | 0 | 0.08 | 0.25 | 0.24 | 41.63 | 0.29 | 0.66 |
| Hex | C2 | B3 | 91 | 0 | 8 | 19 | 18 | 2A | 1D | 42 |
| Octal | 302 | 263 | 221 | 0 | 10 | 31 | 30 | 52 | 35 | 102 |
| Binary | 11000010 | 10110011 | 10010001 | 0 | 1000 | 11001 | 11000 | 101010 | 11101 | 1000010 |
Color Harmonies of #C2B391
Complementary color
Monochromatic Colors of #C2B391
Black with #C2B391
Text Example
Text Example
White with #C2B391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B391; }
p { color: rgb(194,179,145); }
H1.HeaderClassName
{
color: #C2B391;
}
.AnyTagClassName
{
color: #C2B391;
}
</style>
background-color css
<style>
a { background-color: #C2B391; }
a { background-color: rgb(194,179,145); }
div.DivClassName
{
background-color: #C2B391;
}
.BgClassName
{
background-color: #C2B391;
}
</style>
border-color css
<style>
span { border-color: #C2B391; }
span { border-color: rgb(194,179,145); }
td.TdClassName
{
border-color: #C2B391;
}
.TagClassName
{
border-color: #C2B391;
}
</style>