Shades of Akaroa #C2B095
Tints of Akaroa #C2B095
RGB
CMYK
RGB Variations
Color information
#C2B095 (or 0xC2B095) is known color: Akaroa. HEX triplet: C2, B0 and 95. RGB value is (194,176,149). Sum of RGB (Red+Green+Blue) = 194+176+149=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B095 is #3D4F6A. Grayscale: #B2B2B2. Windows color (decimal): -4018027 or 9810114. OLE color: 9810114.
HSL color Cylindrical-coordinate representation of color #C2B095: hue angle of 36º 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 #C2B095 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 149 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.24 |
| HSL | 36º | 0.27% | 0.67% | - |
| HSV(B) | 36º | 0.23% | 0.76% | - |
| XYZ | 43.2 | 44.69 | 34.78 | - |
| YUV | 178.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 149 | 0 | 0.09 | 0.23 | 0.24 | 36 | 0.27 | 0.67 |
| Hex | C2 | B0 | 95 | 0 | 9 | 17 | 18 | 24 | 1B | 43 |
| Octal | 302 | 260 | 225 | 0 | 11 | 27 | 30 | 44 | 33 | 103 |
| Binary | 11000010 | 10110000 | 10010101 | 0 | 1001 | 10111 | 11000 | 100100 | 11011 | 1000011 |
Color Harmonies of #C2B095
Complementary color
Monochromatic Colors of #C2B095
Black with #C2B095
Text Example
Text Example
White with #C2B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B095; }
p { color: rgb(194,176,149); }
H1.HeaderClassName
{
color: #C2B095;
}
.AnyTagClassName
{
color: #C2B095;
}
</style>
background-color css
<style>
a { background-color: #C2B095; }
a { background-color: rgb(194,176,149); }
div.DivClassName
{
background-color: #C2B095;
}
.BgClassName
{
background-color: #C2B095;
}
</style>
border-color css
<style>
span { border-color: #C2B095; }
span { border-color: rgb(194,176,149); }
td.TdClassName
{
border-color: #C2B095;
}
.TagClassName
{
border-color: #C2B095;
}
</style>