Shades of Akaroa #C2B395
Tints of Akaroa #C2B395
RGB
CMYK
RGB Variations
Color information
#C2B395 (or 0xC2B395) is known color: Akaroa. HEX triplet: C2, B3 and 95. RGB value is (194,179,149). Sum of RGB (Red+Green+Blue) = 194+179+149=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B395 is #3D4C6A. Grayscale: #B4B4B4. Windows color (decimal): -4017259 or 9810882. OLE color: 9810882.
HSL color Cylindrical-coordinate representation of color #C2B395: hue angle of 40º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2B395 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 149 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.24 |
| HSL | 40º | 0.27% | 0.67% | - |
| HSV(B) | 40º | 0.23% | 0.76% | - |
| XYZ | 43.79 | 45.88 | 34.98 | - |
| YUV | 180.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 149 | 0 | 0.08 | 0.23 | 0.24 | 40 | 0.27 | 0.67 |
| Hex | C2 | B3 | 95 | 0 | 8 | 17 | 18 | 28 | 1B | 43 |
| Octal | 302 | 263 | 225 | 0 | 10 | 27 | 30 | 50 | 33 | 103 |
| Binary | 11000010 | 10110011 | 10010101 | 0 | 1000 | 10111 | 11000 | 101000 | 11011 | 1000011 |
Color Harmonies of #C2B395
Complementary color
Monochromatic Colors of #C2B395
Black with #C2B395
Text Example
Text Example
White with #C2B395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B395; }
p { color: rgb(194,179,149); }
H1.HeaderClassName
{
color: #C2B395;
}
.AnyTagClassName
{
color: #C2B395;
}
</style>
background-color css
<style>
a { background-color: #C2B395; }
a { background-color: rgb(194,179,149); }
div.DivClassName
{
background-color: #C2B395;
}
.BgClassName
{
background-color: #C2B395;
}
</style>
border-color css
<style>
span { border-color: #C2B395; }
span { border-color: rgb(194,179,149); }
td.TdClassName
{
border-color: #C2B395;
}
.TagClassName
{
border-color: #C2B395;
}
</style>