Shades of Twine #C78454
Tints of Twine #C78454
RGB
CMYK
RGB Variations
Color information
#C78454 (or 0xC78454) is known color: Twine. HEX triplet: C7, 84 and 54. RGB value is (199,132,84). Sum of RGB (Red+Green+Blue) = 199+132+84=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C78454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78454 is #387BAB. Grayscale: #929292. Windows color (decimal): -3701676 or 5539015. OLE color: 5539015.
HSL color Cylindrical-coordinate representation of color #C78454: hue angle of 25.04º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C78454 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 84 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.22 |
| HSL | 25.04º | 0.51% | 0.55% | - |
| HSV(B) | 25.04º | 0.58% | 0.78% | - |
| XYZ | 33.4 | 29.28 | 12.28 | - |
| YUV | 146.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 84 | 0 | 0.34 | 0.58 | 0.22 | 25.04 | 0.51 | 0.55 |
| Hex | C7 | 84 | 54 | 0 | 22 | 3A | 16 | 19 | 33 | 37 |
| Octal | 307 | 204 | 124 | 0 | 42 | 72 | 26 | 31 | 63 | 67 |
| Binary | 11000111 | 10000100 | 1010100 | 0 | 100010 | 111010 | 10110 | 11001 | 110011 | 110111 |
Color Harmonies of #C78454
Complementary color
Monochromatic Colors of #C78454
Black with #C78454
Text Example
Text Example
White with #C78454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78454; }
p { color: rgb(199,132,84); }
H1.HeaderClassName
{
color: #C78454;
}
.AnyTagClassName
{
color: #C78454;
}
</style>
background-color css
<style>
a { background-color: #C78454; }
a { background-color: rgb(199,132,84); }
div.DivClassName
{
background-color: #C78454;
}
.BgClassName
{
background-color: #C78454;
}
</style>
border-color css
<style>
span { border-color: #C78454; }
span { border-color: rgb(199,132,84); }
td.TdClassName
{
border-color: #C78454;
}
.TagClassName
{
border-color: #C78454;
}
</style>