Shades of Akaroa #C2B39A
Tints of Akaroa #C2B39A
RGB
CMYK
RGB Variations
Color information
#C2B39A (or 0xC2B39A) is known color: Akaroa. HEX triplet: C2, B3 and 9A. RGB value is (194,179,154). Sum of RGB (Red+Green+Blue) = 194+179+154=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B39A is #3D4C65. Grayscale: #B4B4B4. Windows color (decimal): -4017254 or 10138562. OLE color: 10138562.
HSL color Cylindrical-coordinate representation of color #C2B39A: hue angle of 37.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2B39A is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 154 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.24 |
| HSL | 37.5º | 0.25% | 0.68% | - |
| HSV(B) | 37.5º | 0.21% | 0.76% | - |
| XYZ | 44.2 | 46.04 | 37.13 | - |
| YUV | 180.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 154 | 0 | 0.08 | 0.21 | 0.24 | 37.5 | 0.25 | 0.68 |
| Hex | C2 | B3 | 9A | 0 | 8 | 15 | 18 | 26 | 19 | 44 |
| Octal | 302 | 263 | 232 | 0 | 10 | 25 | 30 | 46 | 31 | 104 |
| Binary | 11000010 | 10110011 | 10011010 | 0 | 1000 | 10101 | 11000 | 100110 | 11001 | 1000100 |
Color Harmonies of #C2B39A
Complementary color
Monochromatic Colors of #C2B39A
Black with #C2B39A
Text Example
Text Example
White with #C2B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B39A; }
p { color: rgb(194,179,154); }
H1.HeaderClassName
{
color: #C2B39A;
}
.AnyTagClassName
{
color: #C2B39A;
}
</style>
background-color css
<style>
a { background-color: #C2B39A; }
a { background-color: rgb(194,179,154); }
div.DivClassName
{
background-color: #C2B39A;
}
.BgClassName
{
background-color: #C2B39A;
}
</style>
border-color css
<style>
span { border-color: #C2B39A; }
span { border-color: rgb(194,179,154); }
td.TdClassName
{
border-color: #C2B39A;
}
.TagClassName
{
border-color: #C2B39A;
}
</style>