Shades of Twine #C09552
Tints of Twine #C09552
RGB
CMYK
RGB Variations
Color information
#C09552 (or 0xC09552) is known color: Twine. HEX triplet: C0, 95 and 52. RGB value is (192,149,82). Sum of RGB (Red+Green+Blue) = 192+149+82=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C09552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09552 is #3F6AAD. Grayscale: #9A9A9A. Windows color (decimal): -4156078 or 5412288. OLE color: 5412288.
HSL color Cylindrical-coordinate representation of color #C09552: hue angle of 36.55º degrees, saturation: 0.47, 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 #C09552 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 82 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.25 |
| HSL | 36.55º | 0.47% | 0.54% | - |
| HSV(B) | 36.55º | 0.57% | 0.75% | - |
| XYZ | 34.01 | 33.31 | 12.62 | - |
| YUV | 154.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 82 | 0 | 0.22 | 0.57 | 0.25 | 36.55 | 0.47 | 0.54 |
| Hex | C0 | 95 | 52 | 0 | 16 | 39 | 19 | 25 | 2F | 36 |
| Octal | 300 | 225 | 122 | 0 | 26 | 71 | 31 | 45 | 57 | 66 |
| Binary | 11000000 | 10010101 | 1010010 | 0 | 10110 | 111001 | 11001 | 100101 | 101111 | 110110 |
Color Harmonies of #C09552
Complementary color
Monochromatic Colors of #C09552
Black with #C09552
Text Example
Text Example
White with #C09552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09552; }
p { color: rgb(192,149,82); }
H1.HeaderClassName
{
color: #C09552;
}
.AnyTagClassName
{
color: #C09552;
}
</style>
background-color css
<style>
a { background-color: #C09552; }
a { background-color: rgb(192,149,82); }
div.DivClassName
{
background-color: #C09552;
}
.BgClassName
{
background-color: #C09552;
}
</style>
border-color css
<style>
span { border-color: #C09552; }
span { border-color: rgb(192,149,82); }
td.TdClassName
{
border-color: #C09552;
}
.TagClassName
{
border-color: #C09552;
}
</style>