#C19360

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

Shades of Twine #C19360

Tints of Twine #C19360

Color information

#C19360 (or 0xC19360) is unknown color: approx Twine. HEX triplet: C1, 93 and 60. RGB value is (193,147,96). Sum of RGB (Red+Green+Blue) = 193+147+96=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C19360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19360 is #3E6C9F. Grayscale: #9B9B9B. Windows color (decimal): -4091040 or 6329281. OLE color: 6329281.

HSL color Cylindrical-coordinate representation of color #C19360: hue angle of 31.55º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C19360 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19314796-
CMYK00.240.500.24
HSL31.55º43.89%56.67%-
HSV(B)31.55º50.26%75.69%-
XYZ34.5433.0515.63-
YUV154.9494.74155.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=44.27%
G=33.72%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931479600.240.500.2431.5543.8956.67
HexC193600183218202c39
Octal3012231400306230405471
Binary1100000110010011110000001100011001011000100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19360; }

 p { color: rgb(193,147,96); }

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

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

 a { background-color: rgb(193,147,96); }

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

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

 span { border-color: rgb(193,147,96); }

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