Shades of Akaroa #C3B291
Tints of Akaroa #C3B291
RGB
CMYK
RGB Variations
Color information
#C3B291 (or 0xC3B291) is known color: Akaroa. HEX triplet: C3, B2 and 91. RGB value is (195,178,145). Sum of RGB (Red+Green+Blue) = 195+178+145=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B291 is #3C4D6E. Grayscale: #B3B3B3. Windows color (decimal): -3951983 or 9548483. OLE color: 9548483.
HSL color Cylindrical-coordinate representation of color #C3B291: hue angle of 39.6º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3B291 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 178 | 145 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.24 |
| HSL | 39.6º | 0.29% | 0.67% | - |
| HSV(B) | 39.6º | 0.26% | 0.76% | - |
| XYZ | 43.54 | 45.49 | 33.27 | - |
| YUV | 179.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 145 | 0 | 0.09 | 0.26 | 0.24 | 39.6 | 0.29 | 0.67 |
| Hex | C3 | B2 | 91 | 0 | 9 | 1A | 18 | 28 | 1D | 43 |
| Octal | 303 | 262 | 221 | 0 | 11 | 32 | 30 | 50 | 35 | 103 |
| Binary | 11000011 | 10110010 | 10010001 | 0 | 1001 | 11010 | 11000 | 101000 | 11101 | 1000011 |
Color Harmonies of #C3B291
Complementary color
Monochromatic Colors of #C3B291
Black with #C3B291
Text Example
Text Example
White with #C3B291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B291; }
p { color: rgb(195,178,145); }
H1.HeaderClassName
{
color: #C3B291;
}
.AnyTagClassName
{
color: #C3B291;
}
</style>
background-color css
<style>
a { background-color: #C3B291; }
a { background-color: rgb(195,178,145); }
div.DivClassName
{
background-color: #C3B291;
}
.BgClassName
{
background-color: #C3B291;
}
</style>
border-color css
<style>
span { border-color: #C3B291; }
span { border-color: rgb(195,178,145); }
td.TdClassName
{
border-color: #C3B291;
}
.TagClassName
{
border-color: #C3B291;
}
</style>