Shades of Twine #C09053
Tints of Twine #C09053
RGB
CMYK
RGB Variations
Color information
#C09053 (or 0xC09053) is known color: Twine. HEX triplet: C0, 90 and 53. RGB value is (192,144,83). Sum of RGB (Red+Green+Blue) = 192+144+83=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C09053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09053 is #3F6FAC. Grayscale: #979797. Windows color (decimal): -4157357 or 5476544. OLE color: 5476544.
HSL color Cylindrical-coordinate representation of color #C09053: hue angle of 33.58º 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 #C09053 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 83 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.25 |
| HSL | 33.58º | 0.46% | 0.54% | - |
| HSV(B) | 33.58º | 0.57% | 0.75% | - |
| XYZ | 33.27 | 31.78 | 12.56 | - |
| YUV | 151.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 83 | 0 | 0.25 | 0.57 | 0.25 | 33.58 | 0.46 | 0.54 |
| Hex | C0 | 90 | 53 | 0 | 19 | 39 | 19 | 22 | 2E | 36 |
| Octal | 300 | 220 | 123 | 0 | 31 | 71 | 31 | 42 | 56 | 66 |
| Binary | 11000000 | 10010000 | 1010011 | 0 | 11001 | 111001 | 11001 | 100010 | 101110 | 110110 |
Color Harmonies of #C09053
Complementary color
Monochromatic Colors of #C09053
Black with #C09053
Text Example
Text Example
White with #C09053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09053; }
p { color: rgb(192,144,83); }
H1.HeaderClassName
{
color: #C09053;
}
.AnyTagClassName
{
color: #C09053;
}
</style>
background-color css
<style>
a { background-color: #C09053; }
a { background-color: rgb(192,144,83); }
div.DivClassName
{
background-color: #C09053;
}
.BgClassName
{
background-color: #C09053;
}
</style>
border-color css
<style>
span { border-color: #C09053; }
span { border-color: rgb(192,144,83); }
td.TdClassName
{
border-color: #C09053;
}
.TagClassName
{
border-color: #C09053;
}
</style>