Shades of Akaroa #C0B19B
Tints of Akaroa #C0B19B
RGB
CMYK
RGB Variations
Color information
#C0B19B (or 0xC0B19B) is known color: Akaroa. HEX triplet: C0, B1 and 9B. RGB value is (192,177,155). Sum of RGB (Red+Green+Blue) = 192+177+155=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B19B is #3F4E64. Grayscale: #B3B3B3. Windows color (decimal): -4148837 or 10203584. OLE color: 10203584.
HSL color Cylindrical-coordinate representation of color #C0B19B: hue angle of 35.68º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0B19B is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 155 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.25 |
| HSL | 35.68º | 0.23% | 0.68% | - |
| HSV(B) | 35.68º | 0.19% | 0.75% | - |
| XYZ | 43.38 | 45.02 | 37.41 | - |
| YUV | 178.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 155 | 0 | 0.08 | 0.19 | 0.25 | 35.68 | 0.23 | 0.68 |
| Hex | C0 | B1 | 9B | 0 | 8 | 13 | 19 | 24 | 17 | 44 |
| Octal | 300 | 261 | 233 | 0 | 10 | 23 | 31 | 44 | 27 | 104 |
| Binary | 11000000 | 10110001 | 10011011 | 0 | 1000 | 10011 | 11001 | 100100 | 10111 | 1000100 |
Color Harmonies of #C0B19B
Complementary color
Monochromatic Colors of #C0B19B
Black with #C0B19B
Text Example
Text Example
White with #C0B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B19B; }
p { color: rgb(192,177,155); }
H1.HeaderClassName
{
color: #C0B19B;
}
.AnyTagClassName
{
color: #C0B19B;
}
</style>
background-color css
<style>
a { background-color: #C0B19B; }
a { background-color: rgb(192,177,155); }
div.DivClassName
{
background-color: #C0B19B;
}
.BgClassName
{
background-color: #C0B19B;
}
</style>
border-color css
<style>
span { border-color: #C0B19B; }
span { border-color: rgb(192,177,155); }
td.TdClassName
{
border-color: #C0B19B;
}
.TagClassName
{
border-color: #C0B19B;
}
</style>