#C18E58

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

Shades of Twine #C18E58

Tints of Twine #C18E58

Color information

#C18E58 (or 0xC18E58) is unknown color: approx Twine. HEX triplet: C1, 8E and 58. RGB value is (193,142,88). Sum of RGB (Red+Green+Blue) = 193+142+88=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18E58 is #3E71A7. Grayscale: #979797. Windows color (decimal): -4092328 or 5803713. OLE color: 5803713.

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

Color convert

RGB19314288-
CMYK00.260.540.24
HSL30.86º45.85%55.1%-
HSV(B)30.86º54.4%75.69%-
XYZ33.4331.3913.53-
YUV151.0992.4157.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 88 (34.77% from 255) = 20.80%
R=45.63%
G=33.57%
B=20.80%

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
Decimal1931428800.260.540.2430.8645.8555.1
HexC18E5801A36181f2e37
Octal3012161300326630375667
Binary110000011000111010110000110101101101100011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18E58; }

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

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

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

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

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

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

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

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