#C1975F

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

Shades of Twine #C1975F

Tints of Twine #C1975F

Color information

#C1975F (or 0xC1975F) is unknown color: approx Twine. HEX triplet: C1, 97 and 5F. RGB value is (193,151,95). Sum of RGB (Red+Green+Blue) = 193+151+95=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C1975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1975F is #3E68A0. Grayscale: #9D9D9D. Windows color (decimal): -4090017 or 6264769. OLE color: 6264769.

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

Color convert

RGB19315195-
CMYK00.220.510.24
HSL34.29º44.14%56.47%-
HSV(B)34.29º50.78%75.69%-
XYZ35.1234.315.6-
YUV157.1792.91153.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=43.96%
G=34.40%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931519500.220.510.2434.2944.1456.47
HexC1975F0163318222c38
Octal3012271370266330425470
Binary1100000110010111101111101011011001111000100010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1975F; }

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

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

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

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

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

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

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

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