Shades of Akaroa #C0B195
Tints of Akaroa #C0B195
RGB
CMYK
RGB Variations
Color information
#C0B195 (or 0xC0B195) is known color: Akaroa. HEX triplet: C0, B1 and 95. RGB value is (192,177,149). Sum of RGB (Red+Green+Blue) = 192+177+149=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B195 is #3F4E6A. Grayscale: #B2B2B2. Windows color (decimal): -4148843 or 9810368. OLE color: 9810368.
HSL color Cylindrical-coordinate representation of color #C0B195: hue angle of 39.07º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0B195 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 149 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.25 |
| HSL | 39.07º | 0.25% | 0.67% | - |
| HSV(B) | 39.07º | 0.22% | 0.75% | - |
| XYZ | 42.89 | 44.82 | 34.82 | - |
| YUV | 178.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 149 | 0 | 0.08 | 0.22 | 0.25 | 39.07 | 0.25 | 0.67 |
| Hex | C0 | B1 | 95 | 0 | 8 | 16 | 19 | 27 | 19 | 43 |
| Octal | 300 | 261 | 225 | 0 | 10 | 26 | 31 | 47 | 31 | 103 |
| Binary | 11000000 | 10110001 | 10010101 | 0 | 1000 | 10110 | 11001 | 100111 | 11001 | 1000011 |
Color Harmonies of #C0B195
Complementary color
Monochromatic Colors of #C0B195
Black with #C0B195
Text Example
Text Example
White with #C0B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B195; }
p { color: rgb(192,177,149); }
H1.HeaderClassName
{
color: #C0B195;
}
.AnyTagClassName
{
color: #C0B195;
}
</style>
background-color css
<style>
a { background-color: #C0B195; }
a { background-color: rgb(192,177,149); }
div.DivClassName
{
background-color: #C0B195;
}
.BgClassName
{
background-color: #C0B195;
}
</style>
border-color css
<style>
span { border-color: #C0B195; }
span { border-color: rgb(192,177,149); }
td.TdClassName
{
border-color: #C0B195;
}
.TagClassName
{
border-color: #C0B195;
}
</style>