Shades of Akaroa #C2B290
Tints of Akaroa #C2B290
RGB
CMYK
RGB Variations
Color information
#C2B290 (or 0xC2B290) is known color: Akaroa. HEX triplet: C2, B2 and 90. RGB value is (194,178,144). Sum of RGB (Red+Green+Blue) = 194+178+144=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B290 is #3D4D6F. Grayscale: #B3B3B3. Windows color (decimal): -4017520 or 9482946. OLE color: 9482946.
HSL color Cylindrical-coordinate representation of color #C2B290: hue angle of 40.8º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2B290 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 144 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.24 |
| HSL | 40.8º | 0.29% | 0.66% | - |
| HSV(B) | 40.8º | 0.26% | 0.76% | - |
| XYZ | 43.2 | 45.32 | 32.86 | - |
| YUV | 178.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 144 | 0 | 0.08 | 0.26 | 0.24 | 40.8 | 0.29 | 0.66 |
| Hex | C2 | B2 | 90 | 0 | 8 | 1A | 18 | 29 | 1D | 42 |
| Octal | 302 | 262 | 220 | 0 | 10 | 32 | 30 | 51 | 35 | 102 |
| Binary | 11000010 | 10110010 | 10010000 | 0 | 1000 | 11010 | 11000 | 101001 | 11101 | 1000010 |
Color Harmonies of #C2B290
Complementary color
Monochromatic Colors of #C2B290
Black with #C2B290
Text Example
Text Example
White with #C2B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B290; }
p { color: rgb(194,178,144); }
H1.HeaderClassName
{
color: #C2B290;
}
.AnyTagClassName
{
color: #C2B290;
}
</style>
background-color css
<style>
a { background-color: #C2B290; }
a { background-color: rgb(194,178,144); }
div.DivClassName
{
background-color: #C2B290;
}
.BgClassName
{
background-color: #C2B290;
}
</style>
border-color css
<style>
span { border-color: #C2B290; }
span { border-color: rgb(194,178,144); }
td.TdClassName
{
border-color: #C2B290;
}
.TagClassName
{
border-color: #C2B290;
}
</style>