Shades of Chino #C0B38A
Tints of Chino #C0B38A
RGB
CMYK
RGB Variations
Color information
#C0B38A (or 0xC0B38A) is known color: Chino. HEX triplet: C0, B3 and 8A. RGB value is (192,179,138). Sum of RGB (Red+Green+Blue) = 192+179+138=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B38A is #3F4C75. Grayscale: #B2B2B2. Windows color (decimal): -4148342 or 9089984. OLE color: 9089984.
HSL color Cylindrical-coordinate representation of color #C0B38A: hue angle of 45.56º 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 #C0B38A is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 138 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.25 |
| HSL | 45.56º | 0.3% | 0.65% | - |
| HSV(B) | 45.56º | 0.28% | 0.75% | - |
| XYZ | 42.45 | 45.28 | 30.55 | - |
| YUV | 178.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 138 | 0 | 0.07 | 0.28 | 0.25 | 45.56 | 0.3 | 0.65 |
| Hex | C0 | B3 | 8A | 0 | 7 | 1C | 19 | 2E | 1E | 41 |
| Octal | 300 | 263 | 212 | 0 | 7 | 34 | 31 | 56 | 36 | 101 |
| Binary | 11000000 | 10110011 | 10001010 | 0 | 111 | 11100 | 11001 | 101110 | 11110 | 1000001 |
Color Harmonies of #C0B38A
Complementary color
Monochromatic Colors of #C0B38A
Black with #C0B38A
Text Example
Text Example
White with #C0B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B38A; }
p { color: rgb(192,179,138); }
H1.HeaderClassName
{
color: #C0B38A;
}
.AnyTagClassName
{
color: #C0B38A;
}
</style>
background-color css
<style>
a { background-color: #C0B38A; }
a { background-color: rgb(192,179,138); }
div.DivClassName
{
background-color: #C0B38A;
}
.BgClassName
{
background-color: #C0B38A;
}
</style>
border-color css
<style>
span { border-color: #C0B38A; }
span { border-color: rgb(192,179,138); }
td.TdClassName
{
border-color: #C0B38A;
}
.TagClassName
{
border-color: #C0B38A;
}
</style>