#C19062

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

Shades of Twine #C19062

Tints of Twine #C19062

Color information

#C19062 (or 0xC19062) is unknown color: approx Twine. HEX triplet: C1, 90 and 62. RGB value is (193,144,98). Sum of RGB (Red+Green+Blue) = 193+144+98=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C19062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19062 is #3E6F9D. Grayscale: #999999. Windows color (decimal): -4091806 or 6459585. OLE color: 6459585.

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

Color convert

RGB19314498-
CMYK00.250.490.24
HSL29.05º43.38%57.06%-
HSV(B)29.05º49.22%75.69%-
XYZ34.1732.1715.96-
YUV153.4196.73156.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 98 (38.67% from 255) = 22.53%
R=44.37%
G=33.10%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931449800.250.490.2429.0543.3857.06
HexC1906201931181d2b39
Octal3012201420316130355371
Binary110000011001000011000100110011100011100011101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19062; }

 p { color: rgb(193,144,98); }

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

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

 a { background-color: rgb(193,144,98); }

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

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

 span { border-color: rgb(193,144,98); }

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