Shades of Akaroa #C0B29D
Tints of Akaroa #C0B29D
RGB
CMYK
RGB Variations
Color information
#C0B29D (or 0xC0B29D) is known color: Akaroa. HEX triplet: C0, B2 and 9D. RGB value is (192,178,157). Sum of RGB (Red+Green+Blue) = 192+178+157=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B29D is #3F4D62. Grayscale: #B3B3B3. Windows color (decimal): -4148579 or 10334912. OLE color: 10334912.
HSL color Cylindrical-coordinate representation of color #C0B29D: hue angle of 36º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0B29D is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 157 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.25 |
| HSL | 36º | 0.22% | 0.68% | - |
| HSV(B) | 36º | 0.18% | 0.75% | - |
| XYZ | 43.74 | 45.48 | 38.37 | - |
| YUV | 179.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 157 | 0 | 0.07 | 0.18 | 0.25 | 36 | 0.22 | 0.68 |
| Hex | C0 | B2 | 9D | 0 | 7 | 12 | 19 | 24 | 16 | 44 |
| Octal | 300 | 262 | 235 | 0 | 7 | 22 | 31 | 44 | 26 | 104 |
| Binary | 11000000 | 10110010 | 10011101 | 0 | 111 | 10010 | 11001 | 100100 | 10110 | 1000100 |
Color Harmonies of #C0B29D
Complementary color
Monochromatic Colors of #C0B29D
Black with #C0B29D
Text Example
Text Example
White with #C0B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B29D; }
p { color: rgb(192,178,157); }
H1.HeaderClassName
{
color: #C0B29D;
}
.AnyTagClassName
{
color: #C0B29D;
}
</style>
background-color css
<style>
a { background-color: #C0B29D; }
a { background-color: rgb(192,178,157); }
div.DivClassName
{
background-color: #C0B29D;
}
.BgClassName
{
background-color: #C0B29D;
}
</style>
border-color css
<style>
span { border-color: #C0B29D; }
span { border-color: rgb(192,178,157); }
td.TdClassName
{
border-color: #C0B29D;
}
.TagClassName
{
border-color: #C0B29D;
}
</style>