Shades of Akaroa #C2B692
Tints of Akaroa #C2B692
RGB
CMYK
RGB Variations
Color information
#C2B692 (or 0xC2B692) is known color: Akaroa. HEX triplet: C2, B6 and 92. RGB value is (194,182,146). Sum of RGB (Red+Green+Blue) = 194+182+146=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B692 is #3D496D. Grayscale: #B5B5B5. Windows color (decimal): -4016494 or 9615042. OLE color: 9615042.
HSL color Cylindrical-coordinate representation of color #C2B692: hue angle of 45º 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 #C2B692 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 146 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.24 |
| HSL | 45º | 0.28% | 0.67% | - |
| HSV(B) | 45º | 0.25% | 0.76% | - |
| XYZ | 44.16 | 47 | 33.94 | - |
| YUV | 181.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 146 | 0 | 0.06 | 0.25 | 0.24 | 45 | 0.28 | 0.67 |
| Hex | C2 | B6 | 92 | 0 | 6 | 19 | 18 | 2D | 1C | 43 |
| Octal | 302 | 266 | 222 | 0 | 6 | 31 | 30 | 55 | 34 | 103 |
| Binary | 11000010 | 10110110 | 10010010 | 0 | 110 | 11001 | 11000 | 101101 | 11100 | 1000011 |
Color Harmonies of #C2B692
Complementary color
Monochromatic Colors of #C2B692
Black with #C2B692
Text Example
Text Example
White with #C2B692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B692; }
p { color: rgb(194,182,146); }
H1.HeaderClassName
{
color: #C2B692;
}
.AnyTagClassName
{
color: #C2B692;
}
</style>
background-color css
<style>
a { background-color: #C2B692; }
a { background-color: rgb(194,182,146); }
div.DivClassName
{
background-color: #C2B692;
}
.BgClassName
{
background-color: #C2B692;
}
</style>
border-color css
<style>
span { border-color: #C2B692; }
span { border-color: rgb(194,182,146); }
td.TdClassName
{
border-color: #C2B692;
}
.TagClassName
{
border-color: #C2B692;
}
</style>