Shades of Akaroa #C2B39C
Tints of Akaroa #C2B39C
RGB
CMYK
RGB Variations
Color information
#C2B39C (or 0xC2B39C) is known color: Akaroa. HEX triplet: C2, B3 and 9C. RGB value is (194,179,156). Sum of RGB (Red+Green+Blue) = 194+179+156=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B39C is #3D4C63. Grayscale: #B4B4B4. Windows color (decimal): -4017252 or 10269634. OLE color: 10269634.
HSL color Cylindrical-coordinate representation of color #C2B39C: hue angle of 36.32º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2B39C is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 156 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.24 |
| HSL | 36.32º | 0.24% | 0.69% | - |
| HSV(B) | 36.32º | 0.2% | 0.76% | - |
| XYZ | 44.37 | 46.11 | 38.01 | - |
| YUV | 180.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 156 | 0 | 0.08 | 0.20 | 0.24 | 36.32 | 0.24 | 0.69 |
| Hex | C2 | B3 | 9C | 0 | 8 | 14 | 18 | 24 | 18 | 45 |
| Octal | 302 | 263 | 234 | 0 | 10 | 24 | 30 | 44 | 30 | 105 |
| Binary | 11000010 | 10110011 | 10011100 | 0 | 1000 | 10100 | 11000 | 100100 | 11000 | 1000101 |
Color Harmonies of #C2B39C
Complementary color
Monochromatic Colors of #C2B39C
Black with #C2B39C
Text Example
Text Example
White with #C2B39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B39C; }
p { color: rgb(194,179,156); }
H1.HeaderClassName
{
color: #C2B39C;
}
.AnyTagClassName
{
color: #C2B39C;
}
</style>
background-color css
<style>
a { background-color: #C2B39C; }
a { background-color: rgb(194,179,156); }
div.DivClassName
{
background-color: #C2B39C;
}
.BgClassName
{
background-color: #C2B39C;
}
</style>
border-color css
<style>
span { border-color: #C2B39C; }
span { border-color: rgb(194,179,156); }
td.TdClassName
{
border-color: #C2B39C;
}
.TagClassName
{
border-color: #C2B39C;
}
</style>