Shades of Chino #C0B28B
Tints of Chino #C0B28B
RGB
CMYK
RGB Variations
Color information
#C0B28B (or 0xC0B28B) is known color: Chino. HEX triplet: C0, B2 and 8B. RGB value is (192,178,139). Sum of RGB (Red+Green+Blue) = 192+178+139=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B28B is #3F4D74. Grayscale: #B1B1B1. Windows color (decimal): -4148597 or 9155264. OLE color: 9155264.
HSL color Cylindrical-coordinate representation of color #C0B28B: hue angle of 44.15º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0B28B is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 139 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.25 |
| HSL | 44.15º | 0.3% | 0.65% | - |
| HSV(B) | 44.15º | 0.28% | 0.75% | - |
| XYZ | 42.32 | 44.91 | 30.86 | - |
| YUV | 177.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 139 | 0 | 0.07 | 0.28 | 0.25 | 44.15 | 0.3 | 0.65 |
| Hex | C0 | B2 | 8B | 0 | 7 | 1C | 19 | 2C | 1E | 41 |
| Octal | 300 | 262 | 213 | 0 | 7 | 34 | 31 | 54 | 36 | 101 |
| Binary | 11000000 | 10110010 | 10001011 | 0 | 111 | 11100 | 11001 | 101100 | 11110 | 1000001 |
Color Harmonies of #C0B28B
Complementary color
Monochromatic Colors of #C0B28B
Black with #C0B28B
Text Example
Text Example
White with #C0B28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B28B; }
p { color: rgb(192,178,139); }
H1.HeaderClassName
{
color: #C0B28B;
}
.AnyTagClassName
{
color: #C0B28B;
}
</style>
background-color css
<style>
a { background-color: #C0B28B; }
a { background-color: rgb(192,178,139); }
div.DivClassName
{
background-color: #C0B28B;
}
.BgClassName
{
background-color: #C0B28B;
}
</style>
border-color css
<style>
span { border-color: #C0B28B; }
span { border-color: rgb(192,178,139); }
td.TdClassName
{
border-color: #C0B28B;
}
.TagClassName
{
border-color: #C0B28B;
}
</style>