Shades of Akaroa #C2B59B
Tints of Akaroa #C2B59B
RGB
CMYK
RGB Variations
Color information
#C2B59B (or 0xC2B59B) is known color: Akaroa. HEX triplet: C2, B5 and 9B. RGB value is (194,181,155). Sum of RGB (Red+Green+Blue) = 194+181+155=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B59B is #3D4A64. Grayscale: #B6B6B6. Windows color (decimal): -4016741 or 10204610. OLE color: 10204610.
HSL color Cylindrical-coordinate representation of color #C2B59B: hue angle of 40º 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 #C2B59B is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 155 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.24 |
| HSL | 40º | 0.24% | 0.68% | - |
| HSV(B) | 40º | 0.2% | 0.76% | - |
| XYZ | 44.69 | 46.88 | 37.7 | - |
| YUV | 181.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 155 | 0 | 0.07 | 0.20 | 0.24 | 40 | 0.24 | 0.68 |
| Hex | C2 | B5 | 9B | 0 | 7 | 14 | 18 | 28 | 18 | 44 |
| Octal | 302 | 265 | 233 | 0 | 7 | 24 | 30 | 50 | 30 | 104 |
| Binary | 11000010 | 10110101 | 10011011 | 0 | 111 | 10100 | 11000 | 101000 | 11000 | 1000100 |
Color Harmonies of #C2B59B
Complementary color
Monochromatic Colors of #C2B59B
Black with #C2B59B
Text Example
Text Example
White with #C2B59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B59B; }
p { color: rgb(194,181,155); }
H1.HeaderClassName
{
color: #C2B59B;
}
.AnyTagClassName
{
color: #C2B59B;
}
</style>
background-color css
<style>
a { background-color: #C2B59B; }
a { background-color: rgb(194,181,155); }
div.DivClassName
{
background-color: #C2B59B;
}
.BgClassName
{
background-color: #C2B59B;
}
</style>
border-color css
<style>
span { border-color: #C2B59B; }
span { border-color: rgb(194,181,155); }
td.TdClassName
{
border-color: #C2B59B;
}
.TagClassName
{
border-color: #C2B59B;
}
</style>