#C3955C

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

Shades of Twine #C3955C

Tints of Twine #C3955C

Color information

#C3955C (or 0xC3955C) is unknown color: approx Twine. HEX triplet: C3, 95 and 5C. RGB value is (195,149,92). Sum of RGB (Red+Green+Blue) = 195+149+92=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3955C is #3C6AA3. Grayscale: #9C9C9C. Windows color (decimal): -3959460 or 6067651. OLE color: 6067651.

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

Color convert

RGB19514992-
CMYK00.240.530.24
HSL33.2º46.19%56.27%-
HSV(B)33.2º52.82%76.47%-
XYZ35.1833.8714.81-
YUV156.2691.74155.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 92 (36.33% from 255) = 21.10%
R=44.72%
G=34.17%
B=21.10%

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
Decimal1951499200.240.530.2433.246.1956.27
HexC3955C0183518212e38
Octal3032251340306530415670
Binary1100001110010101101110001100011010111000100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3955C; }

 p { color: rgb(195,149,92); }

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

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

 a { background-color: rgb(195,149,92); }

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

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

 span { border-color: rgb(195,149,92); }

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