Shades of Akaroa #C2B39B
Tints of Akaroa #C2B39B
RGB
CMYK
RGB Variations
Color information
#C2B39B (or 0xC2B39B) is known color: Akaroa. HEX triplet: C2, B3 and 9B. RGB value is (194,179,155). Sum of RGB (Red+Green+Blue) = 194+179+155=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B39B is #3D4C64. Grayscale: #B4B4B4. Windows color (decimal): -4017253 or 10204098. OLE color: 10204098.
HSL color Cylindrical-coordinate representation of color #C2B39B: hue angle of 36.92º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2B39B is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 155 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.24 |
| HSL | 36.92º | 0.24% | 0.68% | - |
| HSV(B) | 36.92º | 0.2% | 0.76% | - |
| XYZ | 44.28 | 46.08 | 37.57 | - |
| YUV | 180.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 155 | 0 | 0.08 | 0.20 | 0.24 | 36.92 | 0.24 | 0.68 |
| Hex | C2 | B3 | 9B | 0 | 8 | 14 | 18 | 25 | 18 | 44 |
| Octal | 302 | 263 | 233 | 0 | 10 | 24 | 30 | 45 | 30 | 104 |
| Binary | 11000010 | 10110011 | 10011011 | 0 | 1000 | 10100 | 11000 | 100101 | 11000 | 1000100 |
Color Harmonies of #C2B39B
Complementary color
Monochromatic Colors of #C2B39B
Black with #C2B39B
Text Example
Text Example
White with #C2B39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B39B; }
p { color: rgb(194,179,155); }
H1.HeaderClassName
{
color: #C2B39B;
}
.AnyTagClassName
{
color: #C2B39B;
}
</style>
background-color css
<style>
a { background-color: #C2B39B; }
a { background-color: rgb(194,179,155); }
div.DivClassName
{
background-color: #C2B39B;
}
.BgClassName
{
background-color: #C2B39B;
}
</style>
border-color css
<style>
span { border-color: #C2B39B; }
span { border-color: rgb(194,179,155); }
td.TdClassName
{
border-color: #C2B39B;
}
.TagClassName
{
border-color: #C2B39B;
}
</style>