#C58A5D

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

Shades of Twine #C58A5D

Tints of Twine #C58A5D

Color information

#C58A5D (or 0xC58A5D) is unknown color: approx Twine. HEX triplet: C5, 8A and 5D. RGB value is (197,138,93). Sum of RGB (Red+Green+Blue) = 197+138+93=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A5D is #3A75A2. Grayscale: #969696. Windows color (decimal): -3831203 or 6130373. OLE color: 6130373.

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

Color convert

RGB19713893-
CMYK00.300.530.23
HSL25.96º47.27%56.86%-
HSV(B)25.96º52.79%77.25%-
XYZ34.0930.8414.51-
YUV150.5195.55161.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.03%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 93 (36.72% from 255) = 21.73%
R=46.03%
G=32.24%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971389300.300.530.2325.9647.2756.86
HexC58A5D01E35171a2f39
Octal3052121350366527325771
Binary110001011000101010111010111101101011011111010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A5D; }

 p { color: rgb(197,138,93); }

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

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

 a { background-color: rgb(197,138,93); }

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

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

 span { border-color: rgb(197,138,93); }

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