Shades of Akaroa #C2B399
Tints of Akaroa #C2B399
RGB
CMYK
RGB Variations
Color information
#C2B399 (or 0xC2B399) is known color: Akaroa. HEX triplet: C2, B3 and 99. RGB value is (194,179,153). Sum of RGB (Red+Green+Blue) = 194+179+153=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B399 is #3D4C66. Grayscale: #B4B4B4. Windows color (decimal): -4017255 or 10073026. OLE color: 10073026.
HSL color Cylindrical-coordinate representation of color #C2B399: hue angle of 38.05º 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 #C2B399 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 153 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.24 |
| HSL | 38.05º | 0.25% | 0.68% | - |
| HSV(B) | 38.05º | 0.21% | 0.76% | - |
| XYZ | 44.12 | 46.01 | 36.69 | - |
| YUV | 180.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 153 | 0 | 0.08 | 0.21 | 0.24 | 38.05 | 0.25 | 0.68 |
| Hex | C2 | B3 | 99 | 0 | 8 | 15 | 18 | 26 | 19 | 44 |
| Octal | 302 | 263 | 231 | 0 | 10 | 25 | 30 | 46 | 31 | 104 |
| Binary | 11000010 | 10110011 | 10011001 | 0 | 1000 | 10101 | 11000 | 100110 | 11001 | 1000100 |
Color Harmonies of #C2B399
Complementary color
Monochromatic Colors of #C2B399
Black with #C2B399
Text Example
Text Example
White with #C2B399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B399; }
p { color: rgb(194,179,153); }
H1.HeaderClassName
{
color: #C2B399;
}
.AnyTagClassName
{
color: #C2B399;
}
</style>
background-color css
<style>
a { background-color: #C2B399; }
a { background-color: rgb(194,179,153); }
div.DivClassName
{
background-color: #C2B399;
}
.BgClassName
{
background-color: #C2B399;
}
</style>
border-color css
<style>
span { border-color: #C2B399; }
span { border-color: rgb(194,179,153); }
td.TdClassName
{
border-color: #C2B399;
}
.TagClassName
{
border-color: #C2B399;
}
</style>