Shades of Akaroa #C1B59D
Tints of Akaroa #C1B59D
RGB
CMYK
RGB Variations
Color information
#C1B59D (or 0xC1B59D) is known color: Akaroa. HEX triplet: C1, B5 and 9D. RGB value is (193,181,157). Sum of RGB (Red+Green+Blue) = 193+181+157=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B59D is #3E4A62. Grayscale: #B5B5B5. Windows color (decimal): -4082275 or 10335681. OLE color: 10335681.
HSL color Cylindrical-coordinate representation of color #C1B59D: hue angle of 40º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1B59D is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 157 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.24 |
| HSL | 40º | 0.23% | 0.69% | - |
| HSV(B) | 40º | 0.19% | 0.76% | - |
| XYZ | 44.6 | 46.82 | 38.58 | - |
| YUV | 181.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 157 | 0 | 0.06 | 0.19 | 0.24 | 40 | 0.23 | 0.69 |
| Hex | C1 | B5 | 9D | 0 | 6 | 13 | 18 | 28 | 16 | 45 |
| Octal | 301 | 265 | 235 | 0 | 6 | 23 | 30 | 50 | 26 | 105 |
| Binary | 11000001 | 10110101 | 10011101 | 0 | 110 | 10011 | 11000 | 101000 | 10110 | 1000101 |
Color Harmonies of #C1B59D
Complementary color
Monochromatic Colors of #C1B59D
Black with #C1B59D
Text Example
Text Example
White with #C1B59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B59D; }
p { color: rgb(193,181,157); }
H1.HeaderClassName
{
color: #C1B59D;
}
.AnyTagClassName
{
color: #C1B59D;
}
</style>
background-color css
<style>
a { background-color: #C1B59D; }
a { background-color: rgb(193,181,157); }
div.DivClassName
{
background-color: #C1B59D;
}
.BgClassName
{
background-color: #C1B59D;
}
</style>
border-color css
<style>
span { border-color: #C1B59D; }
span { border-color: rgb(193,181,157); }
td.TdClassName
{
border-color: #C1B59D;
}
.TagClassName
{
border-color: #C1B59D;
}
</style>