#C5905F

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

Shades of Twine #C5905F

Tints of Twine #C5905F

Color information

#C5905F (or 0xC5905F) is unknown color: approx Twine. HEX triplet: C5, 90 and 5F. RGB value is (197,144,95). Sum of RGB (Red+Green+Blue) = 197+144+95=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5905F is #3A6FA0. Grayscale: #9A9A9A. Windows color (decimal): -3829665 or 6262981. OLE color: 6262981.

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

Color convert

RGB19714495-
CMYK00.270.520.23
HSL28.82º46.79%57.25%-
HSV(B)28.82º51.78%77.25%-
XYZ35.0632.6415.28-
YUV154.2694.56158.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 95 (37.5% from 255) = 21.79%
R=45.18%
G=33.03%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971449500.270.520.2328.8246.7957.25
HexC5905F01B34171d2f39
Octal3052201370336427355771
Binary110001011001000010111110110111101001011111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5905F; }

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

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

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

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

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

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

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

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