#C7895A

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

Shades of Twine #C7895A

Tints of Twine #C7895A

Color information

#C7895A (or 0xC7895A) is unknown color: approx Twine. HEX triplet: C7, 89 and 5A. RGB value is (199,137,90). Sum of RGB (Red+Green+Blue) = 199+137+90=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7895A is #3876A5. Grayscale: #969696. Windows color (decimal): -3700390 or 5933511. OLE color: 5933511.

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

Color convert

RGB19913790-
CMYK00.310.550.22
HSL25.87º49.32%56.67%-
HSV(B)25.87º54.77%78.04%-
XYZ34.3430.7713.8-
YUV150.1894.04162.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=46.71%
G=32.16%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991379000.310.550.2225.8749.3256.67
HexC7895A01F37161a3139
Octal3072111320376726326171
Binary110001111000100110110100111111101111011011010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7895A; }

 p { color: rgb(199,137,90); }

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

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

 a { background-color: rgb(199,137,90); }

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

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

 span { border-color: rgb(199,137,90); }

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