#c2975f

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

Shades of Twine #C2975F

Tints of Twine #C2975F

Color information

#C2975F (or 0xC2975F) is unknown color: approx Twine. HEX triplet: C2, 97 and 5F. RGB value is (194,151,95). Sum of RGB (Red+Green+Blue) = 194+151+95=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2975F is #3D68A0. Grayscale: #9D9D9D. Windows color (decimal): -4024481 or 6264770. OLE color: 6264770.

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

Color convert

RGB19415195-
CMYK00.220.510.24
HSL33.94º44.8%56.67%-
HSV(B)33.94º51.03%76.08%-
XYZ35.3834.4315.61-
YUV157.4792.75154.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 95 (37.5% from 255) = 21.59%
R=44.09%
G=34.32%
B=21.59%

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
Decimal1941519500.220.510.2433.9444.856.67
HexC2975F0163318222d39
Octal3022271370266330425571
Binary1100001010010111101111101011011001111000100010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2975f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2975f; }

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

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

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

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

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

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

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

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