Shades of Akaroa #C2B198
Tints of Akaroa #C2B198
RGB
CMYK
RGB Variations
Color information
#C2B198 (or 0xC2B198) is known color: Akaroa. HEX triplet: C2, B1 and 98. RGB value is (194,177,152). Sum of RGB (Red+Green+Blue) = 194+177+152=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B198 is #3D4E67. Grayscale: #B3B3B3. Windows color (decimal): -4017768 or 10006978. OLE color: 10006978.
HSL color Cylindrical-coordinate representation of color #C2B198: hue angle of 35.71º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2B198 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 152 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.24 |
| HSL | 35.71º | 0.26% | 0.68% | - |
| HSV(B) | 35.71º | 0.22% | 0.76% | - |
| XYZ | 43.64 | 45.18 | 36.13 | - |
| YUV | 179.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 152 | 0 | 0.09 | 0.22 | 0.24 | 35.71 | 0.26 | 0.68 |
| Hex | C2 | B1 | 98 | 0 | 9 | 16 | 18 | 24 | 1A | 44 |
| Octal | 302 | 261 | 230 | 0 | 11 | 26 | 30 | 44 | 32 | 104 |
| Binary | 11000010 | 10110001 | 10011000 | 0 | 1001 | 10110 | 11000 | 100100 | 11010 | 1000100 |
Color Harmonies of #C2B198
Complementary color
Monochromatic Colors of #C2B198
Black with #C2B198
Text Example
Text Example
White with #C2B198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B198; }
p { color: rgb(194,177,152); }
H1.HeaderClassName
{
color: #C2B198;
}
.AnyTagClassName
{
color: #C2B198;
}
</style>
background-color css
<style>
a { background-color: #C2B198; }
a { background-color: rgb(194,177,152); }
div.DivClassName
{
background-color: #C2B198;
}
.BgClassName
{
background-color: #C2B198;
}
</style>
border-color css
<style>
span { border-color: #C2B198; }
span { border-color: rgb(194,177,152); }
td.TdClassName
{
border-color: #C2B198;
}
.TagClassName
{
border-color: #C2B198;
}
</style>