#C18C5B

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

Shades of Twine #C18C5B

Tints of Twine #C18C5B

Color information

#C18C5B (or 0xC18C5B) is unknown color: approx Twine. HEX triplet: C1, 8C and 5B. RGB value is (193,140,91). Sum of RGB (Red+Green+Blue) = 193+140+91=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18C5B is #3E73A4. Grayscale: #969696. Windows color (decimal): -4092837 or 5999809. OLE color: 5999809.

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

Color convert

RGB19314091-
CMYK00.270.530.24
HSL28.82º45.13%55.69%-
HSV(B)28.82º52.85%75.69%-
XYZ33.2630.8514.1-
YUV150.2694.56158.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 91 (35.94% from 255) = 21.46%
R=45.52%
G=33.02%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931409100.270.530.2428.8245.1355.69
HexC18C5B01B35181d2d38
Octal3012141330336530355570
Binary110000011000110010110110110111101011100011101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18C5B; }

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

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

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

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

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

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

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

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