Shades of Akaroa #C3B794
Tints of Akaroa #C3B794
RGB
CMYK
RGB Variations
Color information
#C3B794 (or 0xC3B794) is known color: Akaroa. HEX triplet: C3, B7 and 94. RGB value is (195,183,148). Sum of RGB (Red+Green+Blue) = 195+183+148=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B794 is #3C486B. Grayscale: #B6B6B6. Windows color (decimal): -3950700 or 9746371. OLE color: 9746371.
HSL color Cylindrical-coordinate representation of color #C3B794: hue angle of 44.68º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3B794 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 148 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.24 |
| HSL | 44.68º | 0.28% | 0.67% | - |
| HSV(B) | 44.68º | 0.24% | 0.76% | - |
| XYZ | 44.78 | 47.61 | 34.85 | - |
| YUV | 182.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 148 | 0 | 0.06 | 0.24 | 0.24 | 44.68 | 0.28 | 0.67 |
| Hex | C3 | B7 | 94 | 0 | 6 | 18 | 18 | 2D | 1C | 43 |
| Octal | 303 | 267 | 224 | 0 | 6 | 30 | 30 | 55 | 34 | 103 |
| Binary | 11000011 | 10110111 | 10010100 | 0 | 110 | 11000 | 11000 | 101101 | 11100 | 1000011 |
Color Harmonies of #C3B794
Complementary color
Monochromatic Colors of #C3B794
Black with #C3B794
Text Example
Text Example
White with #C3B794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B794; }
p { color: rgb(195,183,148); }
H1.HeaderClassName
{
color: #C3B794;
}
.AnyTagClassName
{
color: #C3B794;
}
</style>
background-color css
<style>
a { background-color: #C3B794; }
a { background-color: rgb(195,183,148); }
div.DivClassName
{
background-color: #C3B794;
}
.BgClassName
{
background-color: #C3B794;
}
</style>
border-color css
<style>
span { border-color: #C3B794; }
span { border-color: rgb(195,183,148); }
td.TdClassName
{
border-color: #C3B794;
}
.TagClassName
{
border-color: #C3B794;
}
</style>