#C18457

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

Shades of Twine #C18457

Tints of Twine #C18457

Color information

#C18457 (or 0xC18457) is unknown color: approx Twine. HEX triplet: C1, 84 and 57. RGB value is (193,132,87). Sum of RGB (Red+Green+Blue) = 193+132+87=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C18457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18457 is #3E7BA8. Grayscale: #919191. Windows color (decimal): -4094889 or 5735617. OLE color: 5735617.

HSL color Cylindrical-coordinate representation of color #C18457: hue angle of 25.47º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C18457 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19313287-
CMYK00.320.550.24
HSL25.47º46.09%54.9%-
HSV(B)25.47º54.92%75.69%-
XYZ31.9628.5312.84-
YUV145.1195.21162.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.84%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 87 (34.38% from 255) = 21.12%
R=46.84%
G=32.04%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931328700.320.550.2425.4746.0954.9
HexC184570203718192e37
Octal3012041270406730315667
Binary1100000110000100101011101000001101111100011001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18457; }

 p { color: rgb(193,132,87); }

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

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

 a { background-color: rgb(193,132,87); }

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

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

 span { border-color: rgb(193,132,87); }

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