#C3995A

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

Shades of Twine #C3995A

Tints of Twine #C3995A

Color information

#C3995A (or 0xC3995A) is unknown color: approx Twine. HEX triplet: C3, 99 and 5A. RGB value is (195,153,90). Sum of RGB (Red+Green+Blue) = 195+153+90=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3995A is #3C66A5. Grayscale: #9E9E9E. Windows color (decimal): -3958438 or 5937603. OLE color: 5937603.

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

Color convert

RGB19515390-
CMYK00.220.540.24
HSL36º46.67%55.88%-
HSV(B)36º53.85%76.47%-
XYZ35.7435.1214.57-
YUV158.3889.41154.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.52%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 90 (35.55% from 255) = 20.55%
R=44.52%
G=34.93%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951539000.220.540.243646.6755.88
HexC3995A0163618242f38
Octal3032311320266630445770
Binary1100001110011001101101001011011011011000100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3995A; }

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

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

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

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

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

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

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

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