Shades of Akaroa #C2B29A
Tints of Akaroa #C2B29A
RGB
CMYK
RGB Variations
Color information
#C2B29A (or 0xC2B29A) is known color: Akaroa. HEX triplet: C2, B2 and 9A. RGB value is (194,178,154). Sum of RGB (Red+Green+Blue) = 194+178+154=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B29A is #3D4D65. Grayscale: #B4B4B4. Windows color (decimal): -4017510 or 10138306. OLE color: 10138306.
HSL color Cylindrical-coordinate representation of color #C2B29A: hue angle of 36º 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 #C2B29A is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 154 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.24 |
| HSL | 36º | 0.25% | 0.68% | - |
| HSV(B) | 36º | 0.21% | 0.76% | - |
| XYZ | 44 | 45.64 | 37.06 | - |
| YUV | 180.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 154 | 0 | 0.08 | 0.21 | 0.24 | 36 | 0.25 | 0.68 |
| Hex | C2 | B2 | 9A | 0 | 8 | 15 | 18 | 24 | 19 | 44 |
| Octal | 302 | 262 | 232 | 0 | 10 | 25 | 30 | 44 | 31 | 104 |
| Binary | 11000010 | 10110010 | 10011010 | 0 | 1000 | 10101 | 11000 | 100100 | 11001 | 1000100 |
Color Harmonies of #C2B29A
Complementary color
Monochromatic Colors of #C2B29A
Black with #C2B29A
Text Example
Text Example
White with #C2B29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B29A; }
p { color: rgb(194,178,154); }
H1.HeaderClassName
{
color: #C2B29A;
}
.AnyTagClassName
{
color: #C2B29A;
}
</style>
background-color css
<style>
a { background-color: #C2B29A; }
a { background-color: rgb(194,178,154); }
div.DivClassName
{
background-color: #C2B29A;
}
.BgClassName
{
background-color: #C2B29A;
}
</style>
border-color css
<style>
span { border-color: #C2B29A; }
span { border-color: rgb(194,178,154); }
td.TdClassName
{
border-color: #C2B29A;
}
.TagClassName
{
border-color: #C2B29A;
}
</style>