#C18F59

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

Shades of Twine #C18F59

Tints of Twine #C18F59

Color information

#C18F59 (or 0xC18F59) is unknown color: approx Twine. HEX triplet: C1, 8F and 59. RGB value is (193,143,89). Sum of RGB (Red+Green+Blue) = 193+143+89=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18F59 is #3E70A6. Grayscale: #989898. Windows color (decimal): -4092071 or 5869505. OLE color: 5869505.

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

Color convert

RGB19314389-
CMYK00.260.540.24
HSL31.15º45.61%55.29%-
HSV(B)31.15º53.89%75.69%-
XYZ33.6231.713.8-
YUV151.7992.56157.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 89 (35.16% from 255) = 20.94%
R=45.41%
G=33.65%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931438900.260.540.2431.1545.6155.29
HexC18F5901A36181f2e37
Octal3012171310326630375667
Binary110000011000111110110010110101101101100011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18F59; }

 p { color: rgb(193,143,89); }

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

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

 a { background-color: rgb(193,143,89); }

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

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

 span { border-color: rgb(193,143,89); }

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