Shades of Chino #C0B28A
Tints of Chino #C0B28A
RGB
CMYK
RGB Variations
Color information
#C0B28A (or 0xC0B28A) is known color: Chino. HEX triplet: C0, B2 and 8A. RGB value is (192,178,138). Sum of RGB (Red+Green+Blue) = 192+178+138=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B28A is #3F4D75. Grayscale: #B1B1B1. Windows color (decimal): -4148598 or 9089728. OLE color: 9089728.
HSL color Cylindrical-coordinate representation of color #C0B28A: hue angle of 44.44º 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 #C0B28A is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 138 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.25 |
| HSL | 44.44º | 0.3% | 0.65% | - |
| HSV(B) | 44.44º | 0.28% | 0.75% | - |
| XYZ | 42.25 | 44.88 | 30.48 | - |
| YUV | 177.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 138 | 0 | 0.07 | 0.28 | 0.25 | 44.44 | 0.3 | 0.65 |
| Hex | C0 | B2 | 8A | 0 | 7 | 1C | 19 | 2C | 1E | 41 |
| Octal | 300 | 262 | 212 | 0 | 7 | 34 | 31 | 54 | 36 | 101 |
| Binary | 11000000 | 10110010 | 10001010 | 0 | 111 | 11100 | 11001 | 101100 | 11110 | 1000001 |
Color Harmonies of #C0B28A
Complementary color
Monochromatic Colors of #C0B28A
Black with #C0B28A
Text Example
Text Example
White with #C0B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B28A; }
p { color: rgb(192,178,138); }
H1.HeaderClassName
{
color: #C0B28A;
}
.AnyTagClassName
{
color: #C0B28A;
}
</style>
background-color css
<style>
a { background-color: #C0B28A; }
a { background-color: rgb(192,178,138); }
div.DivClassName
{
background-color: #C0B28A;
}
.BgClassName
{
background-color: #C0B28A;
}
</style>
border-color css
<style>
span { border-color: #C0B28A; }
span { border-color: rgb(192,178,138); }
td.TdClassName
{
border-color: #C0B28A;
}
.TagClassName
{
border-color: #C0B28A;
}
</style>