#C58F60

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

Shades of Twine #C58F60

Tints of Twine #C58F60

Color information

#C58F60 (or 0xC58F60) is unknown color: approx Twine. HEX triplet: C5, 8F and 60. RGB value is (197,143,96). Sum of RGB (Red+Green+Blue) = 197+143+96=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F60 is #3A709F. Grayscale: #9A9A9A. Windows color (decimal): -3829920 or 6328261. OLE color: 6328261.

HSL color Cylindrical-coordinate representation of color #C58F60: hue angle of 27.92º 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 #C58F60 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19714396-
CMYK00.270.510.23
HSL27.92º46.54%57.45%-
HSV(B)27.92º51.27%77.25%-
XYZ34.9632.3615.47-
YUV153.7995.39158.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=45.18%
G=32.80%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971439600.270.510.2327.9246.5457.45
HexC58F6001B33171c2f39
Octal3052171400336327345771
Binary110001011000111111000000110111100111011111100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F60; }

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

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

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

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

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

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

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

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