#C19461

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

Shades of Twine #C19461

Tints of Twine #C19461

Color information

#C19461 (or 0xC19461) is unknown color: approx Twine. HEX triplet: C1, 94 and 61. RGB value is (193,148,97). Sum of RGB (Red+Green+Blue) = 193+148+97=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C19461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19461 is #3E6B9E. Grayscale: #9B9B9B. Windows color (decimal): -4090783 or 6395073. OLE color: 6395073.

HSL color Cylindrical-coordinate representation of color #C19461: hue angle of 31.88º 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 #C19461 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19314897-
CMYK00.230.500.24
HSL31.88º43.64%56.86%-
HSV(B)31.88º49.74%75.69%-
XYZ34.7433.3815.92-
YUV155.6494.91154.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.06%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=44.06%
G=33.79%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931489700.230.500.2431.8843.6456.86
HexC194610173218202c39
Octal3012241410276230405471
Binary1100000110010100110000101011111001011000100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19461; }

 p { color: rgb(193,148,97); }

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

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

 a { background-color: rgb(193,148,97); }

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

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

 span { border-color: rgb(193,148,97); }

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