Shades of Akaroa #C2B699
Tints of Akaroa #C2B699
RGB
CMYK
RGB Variations
Color information
#C2B699 (or 0xC2B699) is known color: Akaroa. HEX triplet: C2, B6 and 99. RGB value is (194,182,153). Sum of RGB (Red+Green+Blue) = 194+182+153=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B699 is #3D4966. Grayscale: #B6B6B6. Windows color (decimal): -4016487 or 10073794. OLE color: 10073794.
HSL color Cylindrical-coordinate representation of color #C2B699: hue angle of 42.44º 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 #C2B699 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 153 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.24 |
| HSL | 42.44º | 0.25% | 0.68% | - |
| HSV(B) | 42.44º | 0.21% | 0.76% | - |
| XYZ | 44.73 | 47.23 | 36.9 | - |
| YUV | 182.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 153 | 0 | 0.06 | 0.21 | 0.24 | 42.44 | 0.25 | 0.68 |
| Hex | C2 | B6 | 99 | 0 | 6 | 15 | 18 | 2A | 19 | 44 |
| Octal | 302 | 266 | 231 | 0 | 6 | 25 | 30 | 52 | 31 | 104 |
| Binary | 11000010 | 10110110 | 10011001 | 0 | 110 | 10101 | 11000 | 101010 | 11001 | 1000100 |
Color Harmonies of #C2B699
Complementary color
Monochromatic Colors of #C2B699
Black with #C2B699
Text Example
Text Example
White with #C2B699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B699; }
p { color: rgb(194,182,153); }
H1.HeaderClassName
{
color: #C2B699;
}
.AnyTagClassName
{
color: #C2B699;
}
</style>
background-color css
<style>
a { background-color: #C2B699; }
a { background-color: rgb(194,182,153); }
div.DivClassName
{
background-color: #C2B699;
}
.BgClassName
{
background-color: #C2B699;
}
</style>
border-color css
<style>
span { border-color: #C2B699; }
span { border-color: rgb(194,182,153); }
td.TdClassName
{
border-color: #C2B699;
}
.TagClassName
{
border-color: #C2B699;
}
</style>