Shades of Twine #C09353
Tints of Twine #C09353
RGB
CMYK
RGB Variations
Color information
#C09353 (or 0xC09353) is known color: Twine. HEX triplet: C0, 93 and 53. RGB value is (192,147,83). Sum of RGB (Red+Green+Blue) = 192+147+83=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C09353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09353 is #3F6CAC. Grayscale: #999999. Windows color (decimal): -4156589 or 5477312. OLE color: 5477312.
HSL color Cylindrical-coordinate representation of color #C09353: hue angle of 35.23º 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 #C09353 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 83 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.25 |
| HSL | 35.23º | 0.46% | 0.54% | - |
| HSV(B) | 35.23º | 0.57% | 0.75% | - |
| XYZ | 33.73 | 32.7 | 12.72 | - |
| YUV | 153.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 83 | 0 | 0.23 | 0.57 | 0.25 | 35.23 | 0.46 | 0.54 |
| Hex | C0 | 93 | 53 | 0 | 17 | 39 | 19 | 23 | 2E | 36 |
| Octal | 300 | 223 | 123 | 0 | 27 | 71 | 31 | 43 | 56 | 66 |
| Binary | 11000000 | 10010011 | 1010011 | 0 | 10111 | 111001 | 11001 | 100011 | 101110 | 110110 |
Color Harmonies of #C09353
Complementary color
Monochromatic Colors of #C09353
Black with #C09353
Text Example
Text Example
White with #C09353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09353; }
p { color: rgb(192,147,83); }
H1.HeaderClassName
{
color: #C09353;
}
.AnyTagClassName
{
color: #C09353;
}
</style>
background-color css
<style>
a { background-color: #C09353; }
a { background-color: rgb(192,147,83); }
div.DivClassName
{
background-color: #C09353;
}
.BgClassName
{
background-color: #C09353;
}
</style>
border-color css
<style>
span { border-color: #C09353; }
span { border-color: rgb(192,147,83); }
td.TdClassName
{
border-color: #C09353;
}
.TagClassName
{
border-color: #C09353;
}
</style>