Shades of Twine #C09757
Tints of Twine #C09757
RGB
CMYK
RGB Variations
Color information
#C09757 (or 0xC09757) is known color: Twine. HEX triplet: C0, 97 and 57. RGB value is (192,151,87). Sum of RGB (Red+Green+Blue) = 192+151+87=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C09757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09757 is #3F68A8. Grayscale: #9C9C9C. Windows color (decimal): -4155561 or 5740480. OLE color: 5740480.
HSL color Cylindrical-coordinate representation of color #C09757: hue angle of 36.57º degrees, saturation: 0.45, 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 #C09757 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 87 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.25 |
| HSL | 36.57º | 0.45% | 0.55% | - |
| HSV(B) | 36.57º | 0.55% | 0.75% | - |
| XYZ | 34.53 | 34.03 | 13.77 | - |
| YUV | 155.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 87 | 0 | 0.21 | 0.55 | 0.25 | 36.57 | 0.45 | 0.55 |
| Hex | C0 | 97 | 57 | 0 | 15 | 37 | 19 | 25 | 2D | 37 |
| Octal | 300 | 227 | 127 | 0 | 25 | 67 | 31 | 45 | 55 | 67 |
| Binary | 11000000 | 10010111 | 1010111 | 0 | 10101 | 110111 | 11001 | 100101 | 101101 | 110111 |
Color Harmonies of #C09757
Complementary color
Monochromatic Colors of #C09757
Black with #C09757
Text Example
Text Example
White with #C09757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09757; }
p { color: rgb(192,151,87); }
H1.HeaderClassName
{
color: #C09757;
}
.AnyTagClassName
{
color: #C09757;
}
</style>
background-color css
<style>
a { background-color: #C09757; }
a { background-color: rgb(192,151,87); }
div.DivClassName
{
background-color: #C09757;
}
.BgClassName
{
background-color: #C09757;
}
</style>
border-color css
<style>
span { border-color: #C09757; }
span { border-color: rgb(192,151,87); }
td.TdClassName
{
border-color: #C09757;
}
.TagClassName
{
border-color: #C09757;
}
</style>