#C18C5E

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

Shades of Twine #C18C5E

Tints of Twine #C18C5E

Color information

#C18C5E (or 0xC18C5E) is unknown color: approx Twine. HEX triplet: C1, 8C and 5E. RGB value is (193,140,94). Sum of RGB (Red+Green+Blue) = 193+140+94=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18C5E is #3E73A1. Grayscale: #969696. Windows color (decimal): -4092834 or 6196417. OLE color: 6196417.

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

Color convert

RGB19314094-
CMYK00.270.510.24
HSL27.88º44.39%56.27%-
HSV(B)27.88º51.3%75.69%-
XYZ33.3930.914.79-
YUV150.696.06158.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.20%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=45.20%
G=32.79%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931409400.270.510.2427.8844.3956.27
HexC18C5E01B33181c2c38
Octal3012141360336330345470
Binary110000011000110010111100110111100111100011100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18C5E; }

 p { color: rgb(193,140,94); }

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

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

 a { background-color: rgb(193,140,94); }

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

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

 span { border-color: rgb(193,140,94); }

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