Shades of Akaroa #C2B592
Tints of Akaroa #C2B592
RGB
CMYK
RGB Variations
Color information
#C2B592 (or 0xC2B592) is known color: Akaroa. HEX triplet: C2, B5 and 92. RGB value is (194,181,146). Sum of RGB (Red+Green+Blue) = 194+181+146=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B592 is #3D4A6D. Grayscale: #B5B5B5. Windows color (decimal): -4016750 or 9614786. OLE color: 9614786.
HSL color Cylindrical-coordinate representation of color #C2B592: hue angle of 43.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B592 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 146 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.24 |
| HSL | 43.75º | 0.28% | 0.67% | - |
| HSV(B) | 43.75º | 0.25% | 0.76% | - |
| XYZ | 43.96 | 46.59 | 33.87 | - |
| YUV | 180.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 146 | 0 | 0.07 | 0.25 | 0.24 | 43.75 | 0.28 | 0.67 |
| Hex | C2 | B5 | 92 | 0 | 7 | 19 | 18 | 2C | 1C | 43 |
| Octal | 302 | 265 | 222 | 0 | 7 | 31 | 30 | 54 | 34 | 103 |
| Binary | 11000010 | 10110101 | 10010010 | 0 | 111 | 11001 | 11000 | 101100 | 11100 | 1000011 |
Color Harmonies of #C2B592
Complementary color
Monochromatic Colors of #C2B592
Black with #C2B592
Text Example
Text Example
White with #C2B592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B592; }
p { color: rgb(194,181,146); }
H1.HeaderClassName
{
color: #C2B592;
}
.AnyTagClassName
{
color: #C2B592;
}
</style>
background-color css
<style>
a { background-color: #C2B592; }
a { background-color: rgb(194,181,146); }
div.DivClassName
{
background-color: #C2B592;
}
.BgClassName
{
background-color: #C2B592;
}
</style>
border-color css
<style>
span { border-color: #C2B592; }
span { border-color: rgb(194,181,146); }
td.TdClassName
{
border-color: #C2B592;
}
.TagClassName
{
border-color: #C2B592;
}
</style>