Shades of Twine #C09152
Tints of Twine #C09152
RGB
CMYK
RGB Variations
Color information
#C09152 (or 0xC09152) is known color: Twine. HEX triplet: C0, 91 and 52. RGB value is (192,145,82). Sum of RGB (Red+Green+Blue) = 192+145+82=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C09152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09152 is #3F6EAD. Grayscale: #989898. Windows color (decimal): -4157102 or 5411264. OLE color: 5411264.
HSL color Cylindrical-coordinate representation of color #C09152: hue angle of 34.36º 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 #C09152 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 82 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.25 |
| HSL | 34.36º | 0.47% | 0.54% | - |
| HSV(B) | 34.36º | 0.57% | 0.75% | - |
| XYZ | 33.39 | 32.07 | 12.41 | - |
| YUV | 151.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 82 | 0 | 0.24 | 0.57 | 0.25 | 34.36 | 0.47 | 0.54 |
| Hex | C0 | 91 | 52 | 0 | 18 | 39 | 19 | 22 | 2F | 36 |
| Octal | 300 | 221 | 122 | 0 | 30 | 71 | 31 | 42 | 57 | 66 |
| Binary | 11000000 | 10010001 | 1010010 | 0 | 11000 | 111001 | 11001 | 100010 | 101111 | 110110 |
Color Harmonies of #C09152
Complementary color
Monochromatic Colors of #C09152
Black with #C09152
Text Example
Text Example
White with #C09152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09152; }
p { color: rgb(192,145,82); }
H1.HeaderClassName
{
color: #C09152;
}
.AnyTagClassName
{
color: #C09152;
}
</style>
background-color css
<style>
a { background-color: #C09152; }
a { background-color: rgb(192,145,82); }
div.DivClassName
{
background-color: #C09152;
}
.BgClassName
{
background-color: #C09152;
}
</style>
border-color css
<style>
span { border-color: #C09152; }
span { border-color: rgb(192,145,82); }
td.TdClassName
{
border-color: #C09152;
}
.TagClassName
{
border-color: #C09152;
}
</style>