Shades of Akaroa #C2B697
Tints of Akaroa #C2B697
RGB
CMYK
RGB Variations
Color information
#C2B697 (or 0xC2B697) is known color: Akaroa. HEX triplet: C2, B6 and 97. RGB value is (194,182,151). Sum of RGB (Red+Green+Blue) = 194+182+151=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B697 is #3D4968. Grayscale: #B6B6B6. Windows color (decimal): -4016489 or 9942722. OLE color: 9942722.
HSL color Cylindrical-coordinate representation of color #C2B697: hue angle of 43.26º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2B697 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 151 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.24 |
| HSL | 43.26º | 0.26% | 0.68% | - |
| HSV(B) | 43.26º | 0.22% | 0.76% | - |
| XYZ | 44.56 | 47.16 | 36.03 | - |
| YUV | 182.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 151 | 0 | 0.06 | 0.22 | 0.24 | 43.26 | 0.26 | 0.68 |
| Hex | C2 | B6 | 97 | 0 | 6 | 16 | 18 | 2B | 1A | 44 |
| Octal | 302 | 266 | 227 | 0 | 6 | 26 | 30 | 53 | 32 | 104 |
| Binary | 11000010 | 10110110 | 10010111 | 0 | 110 | 10110 | 11000 | 101011 | 11010 | 1000100 |
Color Harmonies of #C2B697
Complementary color
Monochromatic Colors of #C2B697
Black with #C2B697
Text Example
Text Example
White with #C2B697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B697; }
p { color: rgb(194,182,151); }
H1.HeaderClassName
{
color: #C2B697;
}
.AnyTagClassName
{
color: #C2B697;
}
</style>
background-color css
<style>
a { background-color: #C2B697; }
a { background-color: rgb(194,182,151); }
div.DivClassName
{
background-color: #C2B697;
}
.BgClassName
{
background-color: #C2B697;
}
</style>
border-color css
<style>
span { border-color: #C2B697; }
span { border-color: rgb(194,182,151); }
td.TdClassName
{
border-color: #C2B697;
}
.TagClassName
{
border-color: #C2B697;
}
</style>