#C7985D

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

Shades of Twine #C7985D

Tints of Twine #C7985D

Color information

#C7985D (or 0xC7985D) is unknown color: approx Twine. HEX triplet: C7, 98 and 5D. RGB value is (199,152,93). Sum of RGB (Red+Green+Blue) = 199+152+93=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7985D is #3867A2. Grayscale: #9F9F9F. Windows color (decimal): -3696547 or 6133959. OLE color: 6133959.

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

Color convert

RGB19915293-
CMYK00.240.530.22
HSL33.4º48.62%57.25%-
HSV(B)33.4º53.27%78.04%-
XYZ36.7635.3915.25-
YUV159.3390.57156.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.82%
GREEN value IS 152 (59.77% from 255) = 34.23%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=44.82%
G=34.23%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991529300.240.530.2233.448.6257.25
HexC7985D0183516213139
Octal3072301350306526416171
Binary1100011110011000101110101100011010110110100001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7985D; }

 p { color: rgb(199,152,93); }

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

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

 a { background-color: rgb(199,152,93); }

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

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

 span { border-color: rgb(199,152,93); }

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