#C3985C

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

Shades of Twine #C3985C

Tints of Twine #C3985C

Color information

#C3985C (or 0xC3985C) is unknown color: approx Twine. HEX triplet: C3, 98 and 5C. RGB value is (195,152,92). Sum of RGB (Red+Green+Blue) = 195+152+92=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3985C is #3C67A3. Grayscale: #9E9E9E. Windows color (decimal): -3958692 or 6068419. OLE color: 6068419.

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

Color convert

RGB19515292-
CMYK00.220.530.24
HSL34.95º46.19%56.27%-
HSV(B)34.95º52.82%76.47%-
XYZ35.6734.8314.97-
YUV158.0290.75154.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.42%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=44.42%
G=34.62%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951529200.220.530.2434.9546.1956.27
HexC3985C0163518232e38
Octal3032301340266530435670
Binary1100001110011000101110001011011010111000100011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3985C; }

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

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

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

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

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

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

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

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