Shades of Akaroa #C2B69A
Tints of Akaroa #C2B69A
RGB
CMYK
RGB Variations
Color information
#C2B69A (or 0xC2B69A) is known color: Akaroa. HEX triplet: C2, B6 and 9A. RGB value is (194,182,154). Sum of RGB (Red+Green+Blue) = 194+182+154=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B69A is #3D4965. Grayscale: #B6B6B6. Windows color (decimal): -4016486 or 10139330. OLE color: 10139330.
HSL color Cylindrical-coordinate representation of color #C2B69A: hue angle of 42º 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 #C2B69A is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 154 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.24 |
| HSL | 42º | 0.25% | 0.68% | - |
| HSV(B) | 42º | 0.21% | 0.76% | - |
| XYZ | 44.81 | 47.26 | 37.33 | - |
| YUV | 182.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 154 | 0 | 0.06 | 0.21 | 0.24 | 42 | 0.25 | 0.68 |
| Hex | C2 | B6 | 9A | 0 | 6 | 15 | 18 | 2A | 19 | 44 |
| Octal | 302 | 266 | 232 | 0 | 6 | 25 | 30 | 52 | 31 | 104 |
| Binary | 11000010 | 10110110 | 10011010 | 0 | 110 | 10101 | 11000 | 101010 | 11001 | 1000100 |
Color Harmonies of #C2B69A
Complementary color
Monochromatic Colors of #C2B69A
Black with #C2B69A
Text Example
Text Example
White with #C2B69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B69A; }
p { color: rgb(194,182,154); }
H1.HeaderClassName
{
color: #C2B69A;
}
.AnyTagClassName
{
color: #C2B69A;
}
</style>
background-color css
<style>
a { background-color: #C2B69A; }
a { background-color: rgb(194,182,154); }
div.DivClassName
{
background-color: #C2B69A;
}
.BgClassName
{
background-color: #C2B69A;
}
</style>
border-color css
<style>
span { border-color: #C2B69A; }
span { border-color: rgb(194,182,154); }
td.TdClassName
{
border-color: #C2B69A;
}
.TagClassName
{
border-color: #C2B69A;
}
</style>