Shades of Akaroa #C3B599
Tints of Akaroa #C3B599
RGB
CMYK
RGB Variations
Color information
#C3B599 (or 0xC3B599) is known color: Akaroa. HEX triplet: C3, B5 and 99. RGB value is (195,181,153). Sum of RGB (Red+Green+Blue) = 195+181+153=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B599 is #3C4A66. Grayscale: #B6B6B6. Windows color (decimal): -3951207 or 10073539. OLE color: 10073539.
HSL color Cylindrical-coordinate representation of color #C3B599: hue angle of 40º 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 #C3B599 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 181 | 153 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.24 |
| HSL | 40º | 0.26% | 0.68% | - |
| HSV(B) | 40º | 0.22% | 0.76% | - |
| XYZ | 44.78 | 46.95 | 36.84 | - |
| YUV | 181.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 181 | 153 | 0 | 0.07 | 0.22 | 0.24 | 40 | 0.26 | 0.68 |
| Hex | C3 | B5 | 99 | 0 | 7 | 16 | 18 | 28 | 1A | 44 |
| Octal | 303 | 265 | 231 | 0 | 7 | 26 | 30 | 50 | 32 | 104 |
| Binary | 11000011 | 10110101 | 10011001 | 0 | 111 | 10110 | 11000 | 101000 | 11010 | 1000100 |
Color Harmonies of #C3B599
Complementary color
Monochromatic Colors of #C3B599
Black with #C3B599
Text Example
Text Example
White with #C3B599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B599; }
p { color: rgb(195,181,153); }
H1.HeaderClassName
{
color: #C3B599;
}
.AnyTagClassName
{
color: #C3B599;
}
</style>
background-color css
<style>
a { background-color: #C3B599; }
a { background-color: rgb(195,181,153); }
div.DivClassName
{
background-color: #C3B599;
}
.BgClassName
{
background-color: #C3B599;
}
</style>
border-color css
<style>
span { border-color: #C3B599; }
span { border-color: rgb(195,181,153); }
td.TdClassName
{
border-color: #C3B599;
}
.TagClassName
{
border-color: #C3B599;
}
</style>