Shades of Akaroa #C0B29B
Tints of Akaroa #C0B29B
RGB
CMYK
RGB Variations
Color information
#C0B29B (or 0xC0B29B) is known color: Akaroa. HEX triplet: C0, B2 and 9B. RGB value is (192,178,155). Sum of RGB (Red+Green+Blue) = 192+178+155=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B29B is #3F4D64. Grayscale: #B3B3B3. Windows color (decimal): -4148581 or 10203840. OLE color: 10203840.
HSL color Cylindrical-coordinate representation of color #C0B29B: hue angle of 37.3º 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 #C0B29B is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 155 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.25 |
| HSL | 37.3º | 0.23% | 0.68% | - |
| HSV(B) | 37.3º | 0.19% | 0.75% | - |
| XYZ | 43.58 | 45.41 | 37.48 | - |
| YUV | 179.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 155 | 0 | 0.07 | 0.19 | 0.25 | 37.3 | 0.23 | 0.68 |
| Hex | C0 | B2 | 9B | 0 | 7 | 13 | 19 | 25 | 17 | 44 |
| Octal | 300 | 262 | 233 | 0 | 7 | 23 | 31 | 45 | 27 | 104 |
| Binary | 11000000 | 10110010 | 10011011 | 0 | 111 | 10011 | 11001 | 100101 | 10111 | 1000100 |
Color Harmonies of #C0B29B
Complementary color
Monochromatic Colors of #C0B29B
Black with #C0B29B
Text Example
Text Example
White with #C0B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B29B; }
p { color: rgb(192,178,155); }
H1.HeaderClassName
{
color: #C0B29B;
}
.AnyTagClassName
{
color: #C0B29B;
}
</style>
background-color css
<style>
a { background-color: #C0B29B; }
a { background-color: rgb(192,178,155); }
div.DivClassName
{
background-color: #C0B29B;
}
.BgClassName
{
background-color: #C0B29B;
}
</style>
border-color css
<style>
span { border-color: #C0B29B; }
span { border-color: rgb(192,178,155); }
td.TdClassName
{
border-color: #C0B29B;
}
.TagClassName
{
border-color: #C0B29B;
}
</style>