#C2945B

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

Shades of Twine #C2945B

Tints of Twine #C2945B

Color information

#C2945B (or 0xC2945B) is unknown color: approx Twine. HEX triplet: C2, 94 and 5B. RGB value is (194,148,91). Sum of RGB (Red+Green+Blue) = 194+148+91=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2945B is #3D6BA4. Grayscale: #9B9B9B. Windows color (decimal): -4025253 or 6001858. OLE color: 6001858.

HSL color Cylindrical-coordinate representation of color #C2945B: hue angle of 33.2º degrees, saturation: 0.46, 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 #C2945B is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19414891-
CMYK00.240.530.24
HSL33.2º45.78%55.88%-
HSV(B)33.2º53.09%76.08%-
XYZ34.7333.414.51-
YUV155.2691.74155.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=44.80%
G=34.18%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941489100.240.530.2433.245.7855.88
HexC2945B0183518212e38
Octal3022241330306530415670
Binary1100001010010100101101101100011010111000100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2945B; }

 p { color: rgb(194,148,91); }

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

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

 a { background-color: rgb(194,148,91); }

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

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

 span { border-color: rgb(194,148,91); }

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