Shades of Akaroa #C0B193
Tints of Akaroa #C0B193
RGB
CMYK
RGB Variations
Color information
#C0B193 (or 0xC0B193) is known color: Akaroa. HEX triplet: C0, B1 and 93. RGB value is (192,177,147). Sum of RGB (Red+Green+Blue) = 192+177+147=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B193 is #3F4E6C. Grayscale: #B2B2B2. Windows color (decimal): -4148845 or 9679296. OLE color: 9679296.
HSL color Cylindrical-coordinate representation of color #C0B193: hue angle of 40º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0B193 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 147 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.25 |
| HSL | 40º | 0.26% | 0.66% | - |
| HSV(B) | 40º | 0.23% | 0.75% | - |
| XYZ | 42.73 | 44.76 | 33.99 | - |
| YUV | 178.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 147 | 0 | 0.08 | 0.23 | 0.25 | 40 | 0.26 | 0.66 |
| Hex | C0 | B1 | 93 | 0 | 8 | 17 | 19 | 28 | 1A | 42 |
| Octal | 300 | 261 | 223 | 0 | 10 | 27 | 31 | 50 | 32 | 102 |
| Binary | 11000000 | 10110001 | 10010011 | 0 | 1000 | 10111 | 11001 | 101000 | 11010 | 1000010 |
Color Harmonies of #C0B193
Complementary color
Monochromatic Colors of #C0B193
Black with #C0B193
Text Example
Text Example
White with #C0B193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B193; }
p { color: rgb(192,177,147); }
H1.HeaderClassName
{
color: #C0B193;
}
.AnyTagClassName
{
color: #C0B193;
}
</style>
background-color css
<style>
a { background-color: #C0B193; }
a { background-color: rgb(192,177,147); }
div.DivClassName
{
background-color: #C0B193;
}
.BgClassName
{
background-color: #C0B193;
}
</style>
border-color css
<style>
span { border-color: #C0B193; }
span { border-color: rgb(192,177,147); }
td.TdClassName
{
border-color: #C0B193;
}
.TagClassName
{
border-color: #C0B193;
}
</style>