Shades of Twine #C78455
Tints of Twine #C78455
RGB
CMYK
RGB Variations
Color information
#C78455 (or 0xC78455) is known color: Twine. HEX triplet: C7, 84 and 55. RGB value is (199,132,85). Sum of RGB (Red+Green+Blue) = 199+132+85=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C78455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78455 is #387BAA. Grayscale: #929292. Windows color (decimal): -3701675 or 5604551. OLE color: 5604551.
HSL color Cylindrical-coordinate representation of color #C78455: hue angle of 24.74º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C78455 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 85 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.22 |
| HSL | 24.74º | 0.5% | 0.56% | - |
| HSV(B) | 24.74º | 0.57% | 0.78% | - |
| XYZ | 33.44 | 29.3 | 12.49 | - |
| YUV | 146.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 85 | 0 | 0.34 | 0.57 | 0.22 | 24.74 | 0.5 | 0.56 |
| Hex | C7 | 84 | 55 | 0 | 22 | 39 | 16 | 19 | 32 | 38 |
| Octal | 307 | 204 | 125 | 0 | 42 | 71 | 26 | 31 | 62 | 70 |
| Binary | 11000111 | 10000100 | 1010101 | 0 | 100010 | 111001 | 10110 | 11001 | 110010 | 111000 |
Color Harmonies of #C78455
Complementary color
Monochromatic Colors of #C78455
Black with #C78455
Text Example
Text Example
White with #C78455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78455; }
p { color: rgb(199,132,85); }
H1.HeaderClassName
{
color: #C78455;
}
.AnyTagClassName
{
color: #C78455;
}
</style>
background-color css
<style>
a { background-color: #C78455; }
a { background-color: rgb(199,132,85); }
div.DivClassName
{
background-color: #C78455;
}
.BgClassName
{
background-color: #C78455;
}
</style>
border-color css
<style>
span { border-color: #C78455; }
span { border-color: rgb(199,132,85); }
td.TdClassName
{
border-color: #C78455;
}
.TagClassName
{
border-color: #C78455;
}
</style>