Shades of Akaroa #C3B499
Tints of Akaroa #C3B499
RGB
CMYK
RGB Variations
Color information
#C3B499 (or 0xC3B499) is known color: Akaroa. HEX triplet: C3, B4 and 99. RGB value is (195,180,153). Sum of RGB (Red+Green+Blue) = 195+180+153=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B499 is #3C4B66. Grayscale: #B5B5B5. Windows color (decimal): -3951463 or 10073283. OLE color: 10073283.
HSL color Cylindrical-coordinate representation of color #C3B499: hue angle of 38.57º 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 #C3B499 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 180 | 153 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.24 |
| HSL | 38.57º | 0.26% | 0.68% | - |
| HSV(B) | 38.57º | 0.22% | 0.76% | - |
| XYZ | 44.58 | 46.54 | 36.77 | - |
| YUV | 181.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 153 | 0 | 0.08 | 0.22 | 0.24 | 38.57 | 0.26 | 0.68 |
| Hex | C3 | B4 | 99 | 0 | 8 | 16 | 18 | 27 | 1A | 44 |
| Octal | 303 | 264 | 231 | 0 | 10 | 26 | 30 | 47 | 32 | 104 |
| Binary | 11000011 | 10110100 | 10011001 | 0 | 1000 | 10110 | 11000 | 100111 | 11010 | 1000100 |
Color Harmonies of #C3B499
Complementary color
Monochromatic Colors of #C3B499
Black with #C3B499
Text Example
Text Example
White with #C3B499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B499; }
p { color: rgb(195,180,153); }
H1.HeaderClassName
{
color: #C3B499;
}
.AnyTagClassName
{
color: #C3B499;
}
</style>
background-color css
<style>
a { background-color: #C3B499; }
a { background-color: rgb(195,180,153); }
div.DivClassName
{
background-color: #C3B499;
}
.BgClassName
{
background-color: #C3B499;
}
</style>
border-color css
<style>
span { border-color: #C3B499; }
span { border-color: rgb(195,180,153); }
td.TdClassName
{
border-color: #C3B499;
}
.TagClassName
{
border-color: #C3B499;
}
</style>