Shades of Akaroa #C1B592
Tints of Akaroa #C1B592
RGB
CMYK
RGB Variations
Color information
#C1B592 (or 0xC1B592) is known color: Akaroa. HEX triplet: C1, B5 and 92. RGB value is (193,181,146). Sum of RGB (Red+Green+Blue) = 193+181+146=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B592 is #3E4A6D. Grayscale: #B4B4B4. Windows color (decimal): -4082286 or 9614785. OLE color: 9614785.
HSL color Cylindrical-coordinate representation of color #C1B592: hue angle of 44.68º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1B592 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 146 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.24 |
| HSL | 44.68º | 0.27% | 0.66% | - |
| HSV(B) | 44.68º | 0.24% | 0.76% | - |
| XYZ | 43.7 | 46.46 | 33.86 | - |
| YUV | 180.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 146 | 0 | 0.06 | 0.24 | 0.24 | 44.68 | 0.27 | 0.66 |
| Hex | C1 | B5 | 92 | 0 | 6 | 18 | 18 | 2D | 1B | 42 |
| Octal | 301 | 265 | 222 | 0 | 6 | 30 | 30 | 55 | 33 | 102 |
| Binary | 11000001 | 10110101 | 10010010 | 0 | 110 | 11000 | 11000 | 101101 | 11011 | 1000010 |
Color Harmonies of #C1B592
Complementary color
Monochromatic Colors of #C1B592
Black with #C1B592
Text Example
Text Example
White with #C1B592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B592; }
p { color: rgb(193,181,146); }
H1.HeaderClassName
{
color: #C1B592;
}
.AnyTagClassName
{
color: #C1B592;
}
</style>
background-color css
<style>
a { background-color: #C1B592; }
a { background-color: rgb(193,181,146); }
div.DivClassName
{
background-color: #C1B592;
}
.BgClassName
{
background-color: #C1B592;
}
</style>
border-color css
<style>
span { border-color: #C1B592; }
span { border-color: rgb(193,181,146); }
td.TdClassName
{
border-color: #C1B592;
}
.TagClassName
{
border-color: #C1B592;
}
</style>