#C3985E

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

Shades of Twine #C3985E

Tints of Twine #C3985E

Color information

#C3985E (or 0xC3985E) is unknown color: approx Twine. HEX triplet: C3, 98 and 5E. RGB value is (195,152,94). Sum of RGB (Red+Green+Blue) = 195+152+94=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3985E is #3C67A1. Grayscale: #9E9E9E. Windows color (decimal): -3958690 or 6199491. OLE color: 6199491.

HSL color Cylindrical-coordinate representation of color #C3985E: hue angle of 34.46º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3985E is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19515294-
CMYK00.220.520.24
HSL34.46º45.7%56.67%-
HSV(B)34.46º51.79%76.47%-
XYZ35.7534.8715.44-
YUV158.2491.75154.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 94 (37.11% from 255) = 21.32%
R=44.22%
G=34.47%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951529400.220.520.2434.4645.756.67
HexC3985E0163418222e39
Octal3032301360266430425671
Binary1100001110011000101111001011011010011000100010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3985E; }

 p { color: rgb(195,152,94); }

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

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

 a { background-color: rgb(195,152,94); }

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

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

 span { border-color: rgb(195,152,94); }

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