Shades of Chino #C0B28E
Tints of Chino #C0B28E
RGB
CMYK
RGB Variations
Color information
#C0B28E (or 0xC0B28E) is known color: Chino. HEX triplet: C0, B2 and 8E. RGB value is (192,178,142). Sum of RGB (Red+Green+Blue) = 192+178+142=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B28E is #3F4D71. Grayscale: #B2B2B2. Windows color (decimal): -4148594 or 9351872. OLE color: 9351872.
HSL color Cylindrical-coordinate representation of color #C0B28E: hue angle of 43.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0B28E is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 142 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.25 |
| HSL | 43.2º | 0.28% | 0.65% | - |
| HSV(B) | 43.2º | 0.26% | 0.75% | - |
| XYZ | 42.54 | 45 | 32.03 | - |
| YUV | 178.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 142 | 0 | 0.07 | 0.26 | 0.25 | 43.2 | 0.28 | 0.65 |
| Hex | C0 | B2 | 8E | 0 | 7 | 1A | 19 | 2B | 1C | 41 |
| Octal | 300 | 262 | 216 | 0 | 7 | 32 | 31 | 53 | 34 | 101 |
| Binary | 11000000 | 10110010 | 10001110 | 0 | 111 | 11010 | 11001 | 101011 | 11100 | 1000001 |
Color Harmonies of #C0B28E
Complementary color
Monochromatic Colors of #C0B28E
Black with #C0B28E
Text Example
Text Example
White with #C0B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B28E; }
p { color: rgb(192,178,142); }
H1.HeaderClassName
{
color: #C0B28E;
}
.AnyTagClassName
{
color: #C0B28E;
}
</style>
background-color css
<style>
a { background-color: #C0B28E; }
a { background-color: rgb(192,178,142); }
div.DivClassName
{
background-color: #C0B28E;
}
.BgClassName
{
background-color: #C0B28E;
}
</style>
border-color css
<style>
span { border-color: #C0B28E; }
span { border-color: rgb(192,178,142); }
td.TdClassName
{
border-color: #C0B28E;
}
.TagClassName
{
border-color: #C0B28E;
}
</style>