#C1895E

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

Shades of Twine #C1895E

Tints of Twine #C1895E

Color information

#C1895E (or 0xC1895E) is unknown color: approx Twine. HEX triplet: C1, 89 and 5E. RGB value is (193,137,94). Sum of RGB (Red+Green+Blue) = 193+137+94=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1895E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1895E is #3E76A1. Grayscale: #959595. Windows color (decimal): -4093602 or 6195649. OLE color: 6195649.

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

Color convert

RGB19313794-
CMYK00.290.510.24
HSL26.06º44.39%56.27%-
HSV(B)26.06º51.3%75.69%-
XYZ32.9630.0414.65-
YUV148.8497.05159.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 94 (37.11% from 255) = 22.17%
R=45.52%
G=32.31%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931379400.290.510.2426.0644.3956.27
HexC1895E01D33181a2c38
Octal3012111360356330325470
Binary110000011000100110111100111011100111100011010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1895E; }

 p { color: rgb(193,137,94); }

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

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

 a { background-color: rgb(193,137,94); }

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

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

 span { border-color: rgb(193,137,94); }

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