Shades of Twine #C08C5B
Tints of Twine #C08C5B
RGB
CMYK
RGB Variations
Color information
#C08C5B (or 0xC08C5B) is known color: Twine. HEX triplet: C0, 8C and 5B. RGB value is (192,140,91). Sum of RGB (Red+Green+Blue) = 192+140+91=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C5B is #3F73A4. Grayscale: #969696. Windows color (decimal): -4158373 or 5999808. OLE color: 5999808.
HSL color Cylindrical-coordinate representation of color #C08C5B: hue angle of 29.11º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C08C5B is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 91 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.25 |
| HSL | 29.11º | 0.44% | 0.55% | - |
| HSV(B) | 29.11º | 0.53% | 0.75% | - |
| XYZ | 33 | 30.72 | 14.09 | - |
| YUV | 149.96 | 94.73 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 91 | 0 | 0.27 | 0.53 | 0.25 | 29.11 | 0.44 | 0.55 |
| Hex | C0 | 8C | 5B | 0 | 1B | 35 | 19 | 1D | 2C | 37 |
| Octal | 300 | 214 | 133 | 0 | 33 | 65 | 31 | 35 | 54 | 67 |
| Binary | 11000000 | 10001100 | 1011011 | 0 | 11011 | 110101 | 11001 | 11101 | 101100 | 110111 |
Color Harmonies of #C08C5B
Complementary color
Monochromatic Colors of #C08C5B
Black with #C08C5B
Text Example
Text Example
White with #C08C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C5B; }
p { color: rgb(192,140,91); }
H1.HeaderClassName
{
color: #C08C5B;
}
.AnyTagClassName
{
color: #C08C5B;
}
</style>
background-color css
<style>
a { background-color: #C08C5B; }
a { background-color: rgb(192,140,91); }
div.DivClassName
{
background-color: #C08C5B;
}
.BgClassName
{
background-color: #C08C5B;
}
</style>
border-color css
<style>
span { border-color: #C08C5B; }
span { border-color: rgb(192,140,91); }
td.TdClassName
{
border-color: #C08C5B;
}
.TagClassName
{
border-color: #C08C5B;
}
</style>