Shades of Chino #C2B48E
Tints of Chino #C2B48E
RGB
CMYK
RGB Variations
Color information
#C2B48E (or 0xC2B48E) is known color: Chino. HEX triplet: C2, B4 and 8E. RGB value is (194,180,142). Sum of RGB (Red+Green+Blue) = 194+180+142=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B48E is #3D4B71. Grayscale: #B4B4B4. Windows color (decimal): -4017010 or 9352386. OLE color: 9352386.
HSL color Cylindrical-coordinate representation of color #C2B48E: hue angle of 43.85º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2B48E is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 142 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.24 |
| HSL | 43.85º | 0.3% | 0.66% | - |
| HSV(B) | 43.85º | 0.27% | 0.76% | - |
| XYZ | 43.45 | 46.06 | 32.19 | - |
| YUV | 179.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 142 | 0 | 0.07 | 0.27 | 0.24 | 43.85 | 0.3 | 0.66 |
| Hex | C2 | B4 | 8E | 0 | 7 | 1B | 18 | 2C | 1E | 42 |
| Octal | 302 | 264 | 216 | 0 | 7 | 33 | 30 | 54 | 36 | 102 |
| Binary | 11000010 | 10110100 | 10001110 | 0 | 111 | 11011 | 11000 | 101100 | 11110 | 1000010 |
Color Harmonies of #C2B48E
Complementary color
Monochromatic Colors of #C2B48E
Black with #C2B48E
Text Example
Text Example
White with #C2B48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B48E; }
p { color: rgb(194,180,142); }
H1.HeaderClassName
{
color: #C2B48E;
}
.AnyTagClassName
{
color: #C2B48E;
}
</style>
background-color css
<style>
a { background-color: #C2B48E; }
a { background-color: rgb(194,180,142); }
div.DivClassName
{
background-color: #C2B48E;
}
.BgClassName
{
background-color: #C2B48E;
}
</style>
border-color css
<style>
span { border-color: #C2B48E; }
span { border-color: rgb(194,180,142); }
td.TdClassName
{
border-color: #C2B48E;
}
.TagClassName
{
border-color: #C2B48E;
}
</style>