#C1975B

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

Shades of Twine #C1975B

Tints of Twine #C1975B

Color information

#C1975B (or 0xC1975B) is unknown color: approx Twine. HEX triplet: C1, 97 and 5B. RGB value is (193,151,91). Sum of RGB (Red+Green+Blue) = 193+151+91=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1975B is #3E68A4. Grayscale: #9C9C9C. Windows color (decimal): -4090021 or 6002625. OLE color: 6002625.

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

Color convert

RGB19315191-
CMYK00.220.530.24
HSL35.29º45.13%55.69%-
HSV(B)35.29º52.85%75.69%-
XYZ34.9534.2314.66-
YUV156.7290.91153.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 151 (59.38% from 255) = 34.71%
BLUE value IS 91 (35.94% from 255) = 20.92%
R=44.37%
G=34.71%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931519100.220.530.2435.2945.1355.69
HexC1975B0163518232d38
Octal3012271330266530435570
Binary1100000110010111101101101011011010111000100011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1975B; }

 p { color: rgb(193,151,91); }

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

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

 a { background-color: rgb(193,151,91); }

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

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

 span { border-color: rgb(193,151,91); }

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