#C18E5D

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

Shades of Twine #C18E5D

Tints of Twine #C18E5D

Color information

#C18E5D (or 0xC18E5D) is unknown color: approx Twine. HEX triplet: C1, 8E and 5D. RGB value is (193,142,93). Sum of RGB (Red+Green+Blue) = 193+142+93=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18E5D is #3E71A2. Grayscale: #979797. Windows color (decimal): -4092323 or 6131393. OLE color: 6131393.

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

Color convert

RGB19314293-
CMYK00.260.520.24
HSL29.4º44.64%56.08%-
HSV(B)29.4º51.81%75.69%-
XYZ33.6431.4714.66-
YUV151.6694.9157.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.09%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 93 (36.72% from 255) = 21.73%
R=45.09%
G=33.18%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931429300.260.520.2429.444.6456.08
HexC18E5D01A34181d2d38
Octal3012161350326430355570
Binary110000011000111010111010110101101001100011101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18E5D; }

 p { color: rgb(193,142,93); }

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

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

 a { background-color: rgb(193,142,93); }

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

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

 span { border-color: rgb(193,142,93); }

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