Shades of Twine #C09355
Tints of Twine #C09355
RGB
CMYK
RGB Variations
Color information
#C09355 (or 0xC09355) is known color: Twine. HEX triplet: C0, 93 and 55. RGB value is (192,147,85). Sum of RGB (Red+Green+Blue) = 192+147+85=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C09355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09355 is #3F6CAA. Grayscale: #999999. Windows color (decimal): -4156587 or 5608384. OLE color: 5608384.
HSL color Cylindrical-coordinate representation of color #C09355: hue angle of 34.77º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C09355 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 85 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.25 |
| HSL | 34.77º | 0.46% | 0.54% | - |
| HSV(B) | 34.77º | 0.56% | 0.75% | - |
| XYZ | 33.81 | 32.73 | 13.13 | - |
| YUV | 153.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 85 | 0 | 0.23 | 0.56 | 0.25 | 34.77 | 0.46 | 0.54 |
| Hex | C0 | 93 | 55 | 0 | 17 | 38 | 19 | 23 | 2E | 36 |
| Octal | 300 | 223 | 125 | 0 | 27 | 70 | 31 | 43 | 56 | 66 |
| Binary | 11000000 | 10010011 | 1010101 | 0 | 10111 | 111000 | 11001 | 100011 | 101110 | 110110 |
Color Harmonies of #C09355
Complementary color
Monochromatic Colors of #C09355
Black with #C09355
Text Example
Text Example
White with #C09355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09355; }
p { color: rgb(192,147,85); }
H1.HeaderClassName
{
color: #C09355;
}
.AnyTagClassName
{
color: #C09355;
}
</style>
background-color css
<style>
a { background-color: #C09355; }
a { background-color: rgb(192,147,85); }
div.DivClassName
{
background-color: #C09355;
}
.BgClassName
{
background-color: #C09355;
}
</style>
border-color css
<style>
span { border-color: #C09355; }
span { border-color: rgb(192,147,85); }
td.TdClassName
{
border-color: #C09355;
}
.TagClassName
{
border-color: #C09355;
}
</style>