Shades of Twine #C08C53
Tints of Twine #C08C53
RGB
CMYK
RGB Variations
Color information
#C08C53 (or 0xC08C53) is known color: Twine. HEX triplet: C0, 8C and 53. RGB value is (192,140,83). Sum of RGB (Red+Green+Blue) = 192+140+83=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C53 is #3F73AC. Grayscale: #959595. Windows color (decimal): -4158381 or 5475520. OLE color: 5475520.
HSL color Cylindrical-coordinate representation of color #C08C53: hue angle of 31.38º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C08C53 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 83 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.25 |
| HSL | 31.38º | 0.46% | 0.54% | - |
| HSV(B) | 31.38º | 0.57% | 0.75% | - |
| XYZ | 32.68 | 30.59 | 12.37 | - |
| YUV | 149.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 83 | 0 | 0.27 | 0.57 | 0.25 | 31.38 | 0.46 | 0.54 |
| Hex | C0 | 8C | 53 | 0 | 1B | 39 | 19 | 1F | 2E | 36 |
| Octal | 300 | 214 | 123 | 0 | 33 | 71 | 31 | 37 | 56 | 66 |
| Binary | 11000000 | 10001100 | 1010011 | 0 | 11011 | 111001 | 11001 | 11111 | 101110 | 110110 |
Color Harmonies of #C08C53
Complementary color
Monochromatic Colors of #C08C53
Black with #C08C53
Text Example
Text Example
White with #C08C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C53; }
p { color: rgb(192,140,83); }
H1.HeaderClassName
{
color: #C08C53;
}
.AnyTagClassName
{
color: #C08C53;
}
</style>
background-color css
<style>
a { background-color: #C08C53; }
a { background-color: rgb(192,140,83); }
div.DivClassName
{
background-color: #C08C53;
}
.BgClassName
{
background-color: #C08C53;
}
</style>
border-color css
<style>
span { border-color: #C08C53; }
span { border-color: rgb(192,140,83); }
td.TdClassName
{
border-color: #C08C53;
}
.TagClassName
{
border-color: #C08C53;
}
</style>