Shades of Akaroa #C2B18F
Tints of Akaroa #C2B18F
RGB
CMYK
RGB Variations
Color information
#C2B18F (or 0xC2B18F) is known color: Akaroa. HEX triplet: C2, B1 and 8F. RGB value is (194,177,143). Sum of RGB (Red+Green+Blue) = 194+177+143=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B18F is #3D4E70. Grayscale: #B2B2B2. Windows color (decimal): -4017777 or 9417154. OLE color: 9417154.
HSL color Cylindrical-coordinate representation of color #C2B18F: hue angle of 40º 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 #C2B18F is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 143 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.24 |
| HSL | 40º | 0.29% | 0.66% | - |
| HSV(B) | 40º | 0.26% | 0.76% | - |
| XYZ | 42.93 | 44.9 | 32.39 | - |
| YUV | 178.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 143 | 0 | 0.09 | 0.26 | 0.24 | 40 | 0.29 | 0.66 |
| Hex | C2 | B1 | 8F | 0 | 9 | 1A | 18 | 28 | 1D | 42 |
| Octal | 302 | 261 | 217 | 0 | 11 | 32 | 30 | 50 | 35 | 102 |
| Binary | 11000010 | 10110001 | 10001111 | 0 | 1001 | 11010 | 11000 | 101000 | 11101 | 1000010 |
Color Harmonies of #C2B18F
Complementary color
Monochromatic Colors of #C2B18F
Black with #C2B18F
Text Example
Text Example
White with #C2B18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B18F; }
p { color: rgb(194,177,143); }
H1.HeaderClassName
{
color: #C2B18F;
}
.AnyTagClassName
{
color: #C2B18F;
}
</style>
background-color css
<style>
a { background-color: #C2B18F; }
a { background-color: rgb(194,177,143); }
div.DivClassName
{
background-color: #C2B18F;
}
.BgClassName
{
background-color: #C2B18F;
}
</style>
border-color css
<style>
span { border-color: #C2B18F; }
span { border-color: rgb(194,177,143); }
td.TdClassName
{
border-color: #C2B18F;
}
.TagClassName
{
border-color: #C2B18F;
}
</style>