Shades of Twine #C28255
Tints of Twine #C28255
RGB
CMYK
RGB Variations
Color information
#C28255 (or 0xC28255) is known color: Twine. HEX triplet: C2, 82 and 55. RGB value is (194,130,85). Sum of RGB (Red+Green+Blue) = 194+130+85=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C28255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28255 is #3D7DAA. Grayscale: #909090. Windows color (decimal): -4029867 or 5604034. OLE color: 5604034.
HSL color Cylindrical-coordinate representation of color #C28255: hue angle of 24.77º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C28255 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 85 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.24 |
| HSL | 24.77º | 0.47% | 0.55% | - |
| HSV(B) | 24.77º | 0.56% | 0.76% | - |
| XYZ | 31.87 | 28.09 | 12.34 | - |
| YUV | 144.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 85 | 0 | 0.33 | 0.56 | 0.24 | 24.77 | 0.47 | 0.55 |
| Hex | C2 | 82 | 55 | 0 | 21 | 38 | 18 | 19 | 2F | 37 |
| Octal | 302 | 202 | 125 | 0 | 41 | 70 | 30 | 31 | 57 | 67 |
| Binary | 11000010 | 10000010 | 1010101 | 0 | 100001 | 111000 | 11000 | 11001 | 101111 | 110111 |
Color Harmonies of #C28255
Complementary color
Monochromatic Colors of #C28255
Black with #C28255
Text Example
Text Example
White with #C28255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28255; }
p { color: rgb(194,130,85); }
H1.HeaderClassName
{
color: #C28255;
}
.AnyTagClassName
{
color: #C28255;
}
</style>
background-color css
<style>
a { background-color: #C28255; }
a { background-color: rgb(194,130,85); }
div.DivClassName
{
background-color: #C28255;
}
.BgClassName
{
background-color: #C28255;
}
</style>
border-color css
<style>
span { border-color: #C28255; }
span { border-color: rgb(194,130,85); }
td.TdClassName
{
border-color: #C28255;
}
.TagClassName
{
border-color: #C28255;
}
</style>