Shades of Twine #C09356
Tints of Twine #C09356
RGB
CMYK
RGB Variations
Color information
#C09356 (or 0xC09356) is known color: Twine. HEX triplet: C0, 93 and 56. RGB value is (192,147,86). Sum of RGB (Red+Green+Blue) = 192+147+86=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C09356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09356 is #3F6CA9. Grayscale: #999999. Windows color (decimal): -4156586 or 5673920. OLE color: 5673920.
HSL color Cylindrical-coordinate representation of color #C09356: hue angle of 34.53º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C09356 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 86 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.25 |
| HSL | 34.53º | 0.46% | 0.55% | - |
| HSV(B) | 34.53º | 0.55% | 0.75% | - |
| XYZ | 33.85 | 32.75 | 13.34 | - |
| YUV | 153.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 86 | 0 | 0.23 | 0.55 | 0.25 | 34.53 | 0.46 | 0.55 |
| Hex | C0 | 93 | 56 | 0 | 17 | 37 | 19 | 23 | 2E | 37 |
| Octal | 300 | 223 | 126 | 0 | 27 | 67 | 31 | 43 | 56 | 67 |
| Binary | 11000000 | 10010011 | 1010110 | 0 | 10111 | 110111 | 11001 | 100011 | 101110 | 110111 |
Color Harmonies of #C09356
Complementary color
Monochromatic Colors of #C09356
Black with #C09356
Text Example
Text Example
White with #C09356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09356; }
p { color: rgb(192,147,86); }
H1.HeaderClassName
{
color: #C09356;
}
.AnyTagClassName
{
color: #C09356;
}
</style>
background-color css
<style>
a { background-color: #C09356; }
a { background-color: rgb(192,147,86); }
div.DivClassName
{
background-color: #C09356;
}
.BgClassName
{
background-color: #C09356;
}
</style>
border-color css
<style>
span { border-color: #C09356; }
span { border-color: rgb(192,147,86); }
td.TdClassName
{
border-color: #C09356;
}
.TagClassName
{
border-color: #C09356;
}
</style>