Shades of Akaroa #C1B291
Tints of Akaroa #C1B291
RGB
CMYK
RGB Variations
Color information
#C1B291 (or 0xC1B291) is known color: Akaroa. HEX triplet: C1, B2 and 91. RGB value is (193,178,145). Sum of RGB (Red+Green+Blue) = 193+178+145=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B291 is #3E4D6E. Grayscale: #B2B2B2. Windows color (decimal): -4083055 or 9548481. OLE color: 9548481.
HSL color Cylindrical-coordinate representation of color #C1B291: hue angle of 41.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1B291 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 178 | 145 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.24 |
| HSL | 41.25º | 0.28% | 0.66% | - |
| HSV(B) | 41.25º | 0.25% | 0.76% | - |
| XYZ | 43.02 | 45.22 | 33.25 | - |
| YUV | 178.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 178 | 145 | 0 | 0.08 | 0.25 | 0.24 | 41.25 | 0.28 | 0.66 |
| Hex | C1 | B2 | 91 | 0 | 8 | 19 | 18 | 29 | 1C | 42 |
| Octal | 301 | 262 | 221 | 0 | 10 | 31 | 30 | 51 | 34 | 102 |
| Binary | 11000001 | 10110010 | 10010001 | 0 | 1000 | 11001 | 11000 | 101001 | 11100 | 1000010 |
Color Harmonies of #C1B291
Complementary color
Monochromatic Colors of #C1B291
Black with #C1B291
Text Example
Text Example
White with #C1B291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B291; }
p { color: rgb(193,178,145); }
H1.HeaderClassName
{
color: #C1B291;
}
.AnyTagClassName
{
color: #C1B291;
}
</style>
background-color css
<style>
a { background-color: #C1B291; }
a { background-color: rgb(193,178,145); }
div.DivClassName
{
background-color: #C1B291;
}
.BgClassName
{
background-color: #C1B291;
}
</style>
border-color css
<style>
span { border-color: #C1B291; }
span { border-color: rgb(193,178,145); }
td.TdClassName
{
border-color: #C1B291;
}
.TagClassName
{
border-color: #C1B291;
}
</style>