Shades of Chino #C0B28D
Tints of Chino #C0B28D
RGB
CMYK
RGB Variations
Color information
#C0B28D (or 0xC0B28D) is known color: Chino. HEX triplet: C0, B2 and 8D. RGB value is (192,178,141). Sum of RGB (Red+Green+Blue) = 192+178+141=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B28D is #3F4D72. Grayscale: #B2B2B2. Windows color (decimal): -4148595 or 9286336. OLE color: 9286336.
HSL color Cylindrical-coordinate representation of color #C0B28D: hue angle of 43.53º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0B28D is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 141 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.25 |
| HSL | 43.53º | 0.29% | 0.65% | - |
| HSV(B) | 43.53º | 0.27% | 0.75% | - |
| XYZ | 42.47 | 44.97 | 31.64 | - |
| YUV | 177.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 141 | 0 | 0.07 | 0.27 | 0.25 | 43.53 | 0.29 | 0.65 |
| Hex | C0 | B2 | 8D | 0 | 7 | 1B | 19 | 2C | 1D | 41 |
| Octal | 300 | 262 | 215 | 0 | 7 | 33 | 31 | 54 | 35 | 101 |
| Binary | 11000000 | 10110010 | 10001101 | 0 | 111 | 11011 | 11001 | 101100 | 11101 | 1000001 |
Color Harmonies of #C0B28D
Complementary color
Monochromatic Colors of #C0B28D
Black with #C0B28D
Text Example
Text Example
White with #C0B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B28D; }
p { color: rgb(192,178,141); }
H1.HeaderClassName
{
color: #C0B28D;
}
.AnyTagClassName
{
color: #C0B28D;
}
</style>
background-color css
<style>
a { background-color: #C0B28D; }
a { background-color: rgb(192,178,141); }
div.DivClassName
{
background-color: #C0B28D;
}
.BgClassName
{
background-color: #C0B28D;
}
</style>
border-color css
<style>
span { border-color: #C0B28D; }
span { border-color: rgb(192,178,141); }
td.TdClassName
{
border-color: #C0B28D;
}
.TagClassName
{
border-color: #C0B28D;
}
</style>