Shades of Twine #C09856
Tints of Twine #C09856
RGB
CMYK
RGB Variations
Color information
#C09856 (or 0xC09856) is known color: Twine. HEX triplet: C0, 98 and 56. RGB value is (192,152,86). Sum of RGB (Red+Green+Blue) = 192+152+86=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C09856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09856 is #3F67A9. Grayscale: #9C9C9C. Windows color (decimal): -4155306 or 5675200. OLE color: 5675200.
HSL color Cylindrical-coordinate representation of color #C09856: hue angle of 37.36º 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 #C09856 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 86 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.25 |
| HSL | 37.36º | 0.46% | 0.55% | - |
| HSV(B) | 37.36º | 0.55% | 0.75% | - |
| XYZ | 34.65 | 34.33 | 13.61 | - |
| YUV | 156.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 86 | 0 | 0.21 | 0.55 | 0.25 | 37.36 | 0.46 | 0.55 |
| Hex | C0 | 98 | 56 | 0 | 15 | 37 | 19 | 25 | 2E | 37 |
| Octal | 300 | 230 | 126 | 0 | 25 | 67 | 31 | 45 | 56 | 67 |
| Binary | 11000000 | 10011000 | 1010110 | 0 | 10101 | 110111 | 11001 | 100101 | 101110 | 110111 |
Color Harmonies of #C09856
Complementary color
Monochromatic Colors of #C09856
Black with #C09856
Text Example
Text Example
White with #C09856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09856; }
p { color: rgb(192,152,86); }
H1.HeaderClassName
{
color: #C09856;
}
.AnyTagClassName
{
color: #C09856;
}
</style>
background-color css
<style>
a { background-color: #C09856; }
a { background-color: rgb(192,152,86); }
div.DivClassName
{
background-color: #C09856;
}
.BgClassName
{
background-color: #C09856;
}
</style>
border-color css
<style>
span { border-color: #C09856; }
span { border-color: rgb(192,152,86); }
td.TdClassName
{
border-color: #C09856;
}
.TagClassName
{
border-color: #C09856;
}
</style>