Shades of Twine #C09953
Tints of Twine #C09953
RGB
CMYK
RGB Variations
Color information
#C09953 (or 0xC09953) is known color: Twine. HEX triplet: C0, 99 and 53. RGB value is (192,153,83). Sum of RGB (Red+Green+Blue) = 192+153+83=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 83 (32.81% from 255 or 19.39% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C09953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09953 is #3F66AC. Grayscale: #9D9D9D. Windows color (decimal): -4155053 or 5478848. OLE color: 5478848.
HSL color Cylindrical-coordinate representation of color #C09953: hue angle of 38.53º degrees, saturation: 0.46, 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 #C09953 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 83 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.25 |
| HSL | 38.53º | 0.46% | 0.54% | - |
| HSV(B) | 38.53º | 0.57% | 0.75% | - |
| XYZ | 34.69 | 34.61 | 13.04 | - |
| YUV | 156.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 83 | 0 | 0.20 | 0.57 | 0.25 | 38.53 | 0.46 | 0.54 |
| Hex | C0 | 99 | 53 | 0 | 14 | 39 | 19 | 27 | 2E | 36 |
| Octal | 300 | 231 | 123 | 0 | 24 | 71 | 31 | 47 | 56 | 66 |
| Binary | 11000000 | 10011001 | 1010011 | 0 | 10100 | 111001 | 11001 | 100111 | 101110 | 110110 |
Color Harmonies of #C09953
Complementary color
Monochromatic Colors of #C09953
Black with #C09953
Text Example
Text Example
White with #C09953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09953; }
p { color: rgb(192,153,83); }
H1.HeaderClassName
{
color: #C09953;
}
.AnyTagClassName
{
color: #C09953;
}
</style>
background-color css
<style>
a { background-color: #C09953; }
a { background-color: rgb(192,153,83); }
div.DivClassName
{
background-color: #C09953;
}
.BgClassName
{
background-color: #C09953;
}
</style>
border-color css
<style>
span { border-color: #C09953; }
span { border-color: rgb(192,153,83); }
td.TdClassName
{
border-color: #C09953;
}
.TagClassName
{
border-color: #C09953;
}
</style>