#C18450

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

Shades of Twine #C18450

Tints of Twine #C18450

Color information

#C18450 (or 0xC18450) is unknown color: approx Twine. HEX triplet: C1, 84 and 50. RGB value is (193,132,80). Sum of RGB (Red+Green+Blue) = 193+132+80=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C18450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18450 is #3E7BAF. Grayscale: #909090. Windows color (decimal): -4094896 or 5276865. OLE color: 5276865.

HSL color Cylindrical-coordinate representation of color #C18450: hue angle of 27.61º 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 #C18450 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19313280-
CMYK00.320.590.24
HSL27.61º47.68%53.53%-
HSV(B)27.61º58.55%75.69%-
XYZ31.6928.4211.4-
YUV144.3191.71162.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.65%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 80 (31.64% from 255) = 19.75%
R=47.65%
G=32.59%
B=19.75%

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
Decimal1931328000.320.590.2427.6147.6853.53
HexC184500203B181c3036
Octal3012041200407330346066
Binary1100000110000100101000001000001110111100011100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18450; }

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

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

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

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

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

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

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

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