#C3965A

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

Shades of Twine #C3965A

Tints of Twine #C3965A

Color information

#C3965A (or 0xC3965A) is unknown color: approx Twine. HEX triplet: C3, 96 and 5A. RGB value is (195,150,90). Sum of RGB (Red+Green+Blue) = 195+150+90=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3965A is #3C69A5. Grayscale: #9C9C9C. Windows color (decimal): -3959206 or 5936835. OLE color: 5936835.

HSL color Cylindrical-coordinate representation of color #C3965A: hue angle of 34.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3965A is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19515090-
CMYK00.230.540.24
HSL34.29º46.67%55.88%-
HSV(B)34.29º53.85%76.47%-
XYZ35.2634.1514.41-
YUV156.6190.41155.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.83%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=44.83%
G=34.48%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951509000.230.540.2434.2946.6755.88
HexC3965A0173618222f38
Octal3032261320276630425770
Binary1100001110010110101101001011111011011000100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3965A; }

 p { color: rgb(195,150,90); }

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

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

 a { background-color: rgb(195,150,90); }

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

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

 span { border-color: rgb(195,150,90); }

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