#C58E60

Color #C58E60 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #C58E60

Tints of Twine #C58E60

Color information

#C58E60 (or 0xC58E60) is unknown color: approx Twine. HEX triplet: C5, 8E and 60. RGB value is (197,142,96). Sum of RGB (Red+Green+Blue) = 197+142+96=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58E60 is #3A719F. Grayscale: #999999. Windows color (decimal): -3830176 or 6328005. OLE color: 6328005.

HSL color Cylindrical-coordinate representation of color #C58E60: hue angle of 27.33º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C58E60 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19714296-
CMYK00.280.510.23
HSL27.33º46.54%57.45%-
HSV(B)27.33º51.27%77.25%-
XYZ34.8132.0615.42-
YUV153.295.72159.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=45.29%
G=32.64%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971429600.280.510.2327.3346.5457.45
HexC58E6001C33171b2f39
Octal3052161400346327335771
Binary110001011000111011000000111001100111011111011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58E60; }

 p { color: rgb(197,142,96); }

 H1.HeaderClassName
 {
   color: #C58E60;
 }
 .AnyTagClassName
 {
   color: #C58E60;
 }
</style>
background-color css

<style>
 a { background-color: #C58E60; }

 a { background-color: rgb(197,142,96); }

 div.DivClassName
 {
   background-color: #C58E60;
 }
 .BgClassName
 {
   background-color: #C58E60;
 }
</style>
border-color css

<style>
 span { border-color: #C58E60; }

 span { border-color: rgb(197,142,96); }

 td.TdClassName
 {
   border-color: #C58E60;
 }
 .TagClassName
 {
   border-color: #C58E60;
 }
</style>