#C5905C

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

Shades of Twine #C5905C

Tints of Twine #C5905C

Color information

#C5905C (or 0xC5905C) is unknown color: approx Twine. HEX triplet: C5, 90 and 5C. RGB value is (197,144,92). Sum of RGB (Red+Green+Blue) = 197+144+92=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5905C is #3A6FA3. Grayscale: #9A9A9A. Windows color (decimal): -3829668 or 6066373. OLE color: 6066373.

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

Color convert

RGB19714492-
CMYK00.270.530.23
HSL29.71º47.51%56.67%-
HSV(B)29.71º53.3%77.25%-
XYZ34.9332.5914.57-
YUV153.9293.06158.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 144 (56.64% from 255) = 33.26%
BLUE value IS 92 (36.33% from 255) = 21.25%
R=45.50%
G=33.26%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971449200.270.530.2329.7147.5156.67
HexC5905C01B35171e3039
Octal3052201340336527366071
Binary110001011001000010111000110111101011011111110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5905C; }

 p { color: rgb(197,144,92); }

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

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

 a { background-color: rgb(197,144,92); }

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

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

 span { border-color: rgb(197,144,92); }

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