Shades of Twine #C28C52
Tints of Twine #C28C52
RGB
CMYK
RGB Variations
Color information
#C28C52 (or 0xC28C52) is known color: Twine. HEX triplet: C2, 8C and 52. RGB value is (194,140,82). Sum of RGB (Red+Green+Blue) = 194+140+82=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C52 is #3D73AD. Grayscale: #959595. Windows color (decimal): -4027310 or 5409986. OLE color: 5409986.
HSL color Cylindrical-coordinate representation of color #C28C52: hue angle of 31.07º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C28C52 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 82 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.24 |
| HSL | 31.07º | 0.48% | 0.54% | - |
| HSV(B) | 31.07º | 0.58% | 0.76% | - |
| XYZ | 33.15 | 30.83 | 12.19 | - |
| YUV | 149.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 82 | 0 | 0.28 | 0.58 | 0.24 | 31.07 | 0.48 | 0.54 |
| Hex | C2 | 8C | 52 | 0 | 1C | 3A | 18 | 1F | 30 | 36 |
| Octal | 302 | 214 | 122 | 0 | 34 | 72 | 30 | 37 | 60 | 66 |
| Binary | 11000010 | 10001100 | 1010010 | 0 | 11100 | 111010 | 11000 | 11111 | 110000 | 110110 |
Color Harmonies of #C28C52
Complementary color
Monochromatic Colors of #C28C52
Black with #C28C52
Text Example
Text Example
White with #C28C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C52; }
p { color: rgb(194,140,82); }
H1.HeaderClassName
{
color: #C28C52;
}
.AnyTagClassName
{
color: #C28C52;
}
</style>
background-color css
<style>
a { background-color: #C28C52; }
a { background-color: rgb(194,140,82); }
div.DivClassName
{
background-color: #C28C52;
}
.BgClassName
{
background-color: #C28C52;
}
</style>
border-color css
<style>
span { border-color: #C28C52; }
span { border-color: rgb(194,140,82); }
td.TdClassName
{
border-color: #C28C52;
}
.TagClassName
{
border-color: #C28C52;
}
</style>