Shades of Akaroa #C2B59A
Tints of Akaroa #C2B59A
RGB
CMYK
RGB Variations
Color information
#C2B59A (or 0xC2B59A) is known color: Akaroa. HEX triplet: C2, B5 and 9A. RGB value is (194,181,154). Sum of RGB (Red+Green+Blue) = 194+181+154=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B59A is #3D4A65. Grayscale: #B5B5B5. Windows color (decimal): -4016742 or 10139074. OLE color: 10139074.
HSL color Cylindrical-coordinate representation of color #C2B59A: hue angle of 40.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 #C2B59A is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 154 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.24 |
| HSL | 40.5º | 0.25% | 0.68% | - |
| HSV(B) | 40.5º | 0.21% | 0.76% | - |
| XYZ | 44.6 | 46.85 | 37.26 | - |
| YUV | 181.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 154 | 0 | 0.07 | 0.21 | 0.24 | 40.5 | 0.25 | 0.68 |
| Hex | C2 | B5 | 9A | 0 | 7 | 15 | 18 | 28 | 19 | 44 |
| Octal | 302 | 265 | 232 | 0 | 7 | 25 | 30 | 50 | 31 | 104 |
| Binary | 11000010 | 10110101 | 10011010 | 0 | 111 | 10101 | 11000 | 101000 | 11001 | 1000100 |
Color Harmonies of #C2B59A
Complementary color
Monochromatic Colors of #C2B59A
Black with #C2B59A
Text Example
Text Example
White with #C2B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B59A; }
p { color: rgb(194,181,154); }
H1.HeaderClassName
{
color: #C2B59A;
}
.AnyTagClassName
{
color: #C2B59A;
}
</style>
background-color css
<style>
a { background-color: #C2B59A; }
a { background-color: rgb(194,181,154); }
div.DivClassName
{
background-color: #C2B59A;
}
.BgClassName
{
background-color: #C2B59A;
}
</style>
border-color css
<style>
span { border-color: #C2B59A; }
span { border-color: rgb(194,181,154); }
td.TdClassName
{
border-color: #C2B59A;
}
.TagClassName
{
border-color: #C2B59A;
}
</style>