#c3945b

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

Shades of Twine #C3945B

Tints of Twine #C3945B

Color information

#C3945B (or 0xC3945B) is unknown color: approx Twine. HEX triplet: C3, 94 and 5B. RGB value is (195,148,91). Sum of RGB (Red+Green+Blue) = 195+148+91=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3945B is #3C6BA4. Grayscale: #9B9B9B. Windows color (decimal): -3959717 or 6001859. OLE color: 6001859.

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

Color convert

RGB19514891-
CMYK00.240.530.24
HSL32.88º46.43%56.08%-
HSV(B)32.88º53.33%76.47%-
XYZ34.9833.5414.53-
YUV155.5591.57156.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 91 (35.94% from 255) = 20.97%
R=44.93%
G=34.10%
B=20.97%

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
Decimal1951489100.240.530.2432.8846.4356.08
HexC3945B0183518212e38
Octal3032241330306530415670
Binary1100001110010100101101101100011010111000100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3945b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3945b; }

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

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

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

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

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

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

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

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