Shades of Akaroa #C2B795
Tints of Akaroa #C2B795
RGB
CMYK
RGB Variations
Color information
#C2B795 (or 0xC2B795) is known color: Akaroa. HEX triplet: C2, B7 and 95. RGB value is (194,183,149). Sum of RGB (Red+Green+Blue) = 194+183+149=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B795 is #3D486A. Grayscale: #B6B6B6. Windows color (decimal): -4016235 or 9811906. OLE color: 9811906.
HSL color Cylindrical-coordinate representation of color #C2B795: hue angle of 45.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2B795 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 149 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.24 |
| HSL | 45.33º | 0.27% | 0.67% | - |
| HSV(B) | 45.33º | 0.23% | 0.76% | - |
| XYZ | 44.61 | 47.51 | 35.25 | - |
| YUV | 182.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 149 | 0 | 0.06 | 0.23 | 0.24 | 45.33 | 0.27 | 0.67 |
| Hex | C2 | B7 | 95 | 0 | 6 | 17 | 18 | 2D | 1B | 43 |
| Octal | 302 | 267 | 225 | 0 | 6 | 27 | 30 | 55 | 33 | 103 |
| Binary | 11000010 | 10110111 | 10010101 | 0 | 110 | 10111 | 11000 | 101101 | 11011 | 1000011 |
Color Harmonies of #C2B795
Complementary color
Monochromatic Colors of #C2B795
Black with #C2B795
Text Example
Text Example
White with #C2B795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B795; }
p { color: rgb(194,183,149); }
H1.HeaderClassName
{
color: #C2B795;
}
.AnyTagClassName
{
color: #C2B795;
}
</style>
background-color css
<style>
a { background-color: #C2B795; }
a { background-color: rgb(194,183,149); }
div.DivClassName
{
background-color: #C2B795;
}
.BgClassName
{
background-color: #C2B795;
}
</style>
border-color css
<style>
span { border-color: #C2B795; }
span { border-color: rgb(194,183,149); }
td.TdClassName
{
border-color: #C2B795;
}
.TagClassName
{
border-color: #C2B795;
}
</style>