Shades of Akaroa #C3B392
Tints of Akaroa #C3B392
RGB
CMYK
RGB Variations
Color information
#C3B392 (or 0xC3B392) is known color: Akaroa. HEX triplet: C3, B3 and 92. RGB value is (195,179,146). Sum of RGB (Red+Green+Blue) = 195+179+146=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B392 is #3C4C6D. Grayscale: #B4B4B4. Windows color (decimal): -3951726 or 9614275. OLE color: 9614275.
HSL color Cylindrical-coordinate representation of color #C3B392: hue angle of 40.41º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3B392 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 146 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.24 |
| HSL | 40.41º | 0.29% | 0.67% | - |
| HSV(B) | 40.41º | 0.25% | 0.76% | - |
| XYZ | 43.81 | 45.92 | 33.75 | - |
| YUV | 180.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 146 | 0 | 0.08 | 0.25 | 0.24 | 40.41 | 0.29 | 0.67 |
| Hex | C3 | B3 | 92 | 0 | 8 | 19 | 18 | 28 | 1D | 43 |
| Octal | 303 | 263 | 222 | 0 | 10 | 31 | 30 | 50 | 35 | 103 |
| Binary | 11000011 | 10110011 | 10010010 | 0 | 1000 | 11001 | 11000 | 101000 | 11101 | 1000011 |
Color Harmonies of #C3B392
Complementary color
Monochromatic Colors of #C3B392
Black with #C3B392
Text Example
Text Example
White with #C3B392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B392; }
p { color: rgb(195,179,146); }
H1.HeaderClassName
{
color: #C3B392;
}
.AnyTagClassName
{
color: #C3B392;
}
</style>
background-color css
<style>
a { background-color: #C3B392; }
a { background-color: rgb(195,179,146); }
div.DivClassName
{
background-color: #C3B392;
}
.BgClassName
{
background-color: #C3B392;
}
</style>
border-color css
<style>
span { border-color: #C3B392; }
span { border-color: rgb(195,179,146); }
td.TdClassName
{
border-color: #C3B392;
}
.TagClassName
{
border-color: #C3B392;
}
</style>