#C1885E

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

Shades of Twine #C1885E

Tints of Twine #C1885E

Color information

#C1885E (or 0xC1885E) is unknown color: approx Twine. HEX triplet: C1, 88 and 5E. RGB value is (193,136,94). Sum of RGB (Red+Green+Blue) = 193+136+94=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1885E is #3E77A1. Grayscale: #949494. Windows color (decimal): -4093858 or 6195393. OLE color: 6195393.

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

Color convert

RGB19313694-
CMYK00.300.510.24
HSL25.45º44.39%56.27%-
HSV(B)25.45º51.3%75.69%-
XYZ32.8229.7514.6-
YUV148.2697.38159.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=45.63%
G=32.15%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931369400.300.510.2425.4544.3956.27
HexC1885E01E3318192c38
Octal3012101360366330315470
Binary110000011000100010111100111101100111100011001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1885E; }

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

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

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

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

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

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

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

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