#C7985B

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

Shades of Twine #C7985B

Tints of Twine #C7985B

Color information

#C7985B (or 0xC7985B) is unknown color: approx Twine. HEX triplet: C7, 98 and 5B. RGB value is (199,152,91). Sum of RGB (Red+Green+Blue) = 199+152+91=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7985B is #3867A4. Grayscale: #9F9F9F. Windows color (decimal): -3696549 or 6002887. OLE color: 6002887.

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

Color convert

RGB19915291-
CMYK00.240.540.22
HSL33.89º49.09%56.86%-
HSV(B)33.89º54.27%78.04%-
XYZ36.6735.3514.79-
YUV159.189.57156.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.02%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 91 (35.94% from 255) = 20.59%
R=45.02%
G=34.39%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991529100.240.540.2233.8949.0956.86
HexC7985B0183616223139
Octal3072301330306626426171
Binary1100011110011000101101101100011011010110100010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7985B; }

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

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

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

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

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

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

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

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