Shades of Akaroa #C2B199
Tints of Akaroa #C2B199
RGB
CMYK
RGB Variations
Color information
#C2B199 (or 0xC2B199) is known color: Akaroa. HEX triplet: C2, B1 and 99. RGB value is (194,177,153). Sum of RGB (Red+Green+Blue) = 194+177+153=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B199 is #3D4E66. Grayscale: #B3B3B3. Windows color (decimal): -4017767 or 10072514. OLE color: 10072514.
HSL color Cylindrical-coordinate representation of color #C2B199: hue angle of 35.12º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2B199 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 153 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.24 |
| HSL | 35.12º | 0.25% | 0.68% | - |
| HSV(B) | 35.12º | 0.21% | 0.76% | - |
| XYZ | 43.72 | 45.21 | 36.56 | - |
| YUV | 179.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 153 | 0 | 0.09 | 0.21 | 0.24 | 35.12 | 0.25 | 0.68 |
| Hex | C2 | B1 | 99 | 0 | 9 | 15 | 18 | 23 | 19 | 44 |
| Octal | 302 | 261 | 231 | 0 | 11 | 25 | 30 | 43 | 31 | 104 |
| Binary | 11000010 | 10110001 | 10011001 | 0 | 1001 | 10101 | 11000 | 100011 | 11001 | 1000100 |
Color Harmonies of #C2B199
Complementary color
Monochromatic Colors of #C2B199
Black with #C2B199
Text Example
Text Example
White with #C2B199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B199; }
p { color: rgb(194,177,153); }
H1.HeaderClassName
{
color: #C2B199;
}
.AnyTagClassName
{
color: #C2B199;
}
</style>
background-color css
<style>
a { background-color: #C2B199; }
a { background-color: rgb(194,177,153); }
div.DivClassName
{
background-color: #C2B199;
}
.BgClassName
{
background-color: #C2B199;
}
</style>
border-color css
<style>
span { border-color: #C2B199; }
span { border-color: rgb(194,177,153); }
td.TdClassName
{
border-color: #C2B199;
}
.TagClassName
{
border-color: #C2B199;
}
</style>