#C18350

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

Shades of Twine #C18350

Tints of Twine #C18350

Color information

#C18350 (or 0xC18350) is unknown color: approx Twine. HEX triplet: C1, 83 and 50. RGB value is (193,131,80). Sum of RGB (Red+Green+Blue) = 193+131+80=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C18350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18350 is #3E7CAF. Grayscale: #8F8F8F. Windows color (decimal): -4095152 or 5276609. OLE color: 5276609.

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

Color convert

RGB19313180-
CMYK00.320.590.24
HSL27.08º47.68%53.53%-
HSV(B)27.08º58.55%75.69%-
XYZ31.5628.1511.36-
YUV143.7292.04163.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.77%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 80 (31.64% from 255) = 19.80%
R=47.77%
G=32.43%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931318000.320.590.2427.0847.6853.53
HexC183500203B181b3036
Octal3012031200407330336066
Binary1100000110000011101000001000001110111100011011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18350; }

 p { color: rgb(193,131,80); }

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

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

 a { background-color: rgb(193,131,80); }

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

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

 span { border-color: rgb(193,131,80); }

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