#C7975E

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

Shades of Twine #C7975E

Tints of Twine #C7975E

Color information

#C7975E (or 0xC7975E) is unknown color: approx Twine. HEX triplet: C7, 97 and 5E. RGB value is (199,151,94). Sum of RGB (Red+Green+Blue) = 199+151+94=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7975E is #3868A1. Grayscale: #9F9F9F. Windows color (decimal): -3696802 or 6199239. OLE color: 6199239.

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

Color convert

RGB19915194-
CMYK00.240.530.22
HSL32.57º48.39%57.45%-
HSV(B)32.57º52.76%78.04%-
XYZ36.6435.0815.43-
YUV158.8591.4156.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.82%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 94 (37.11% from 255) = 21.17%
R=44.82%
G=34.01%
B=21.17%

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
Decimal1991519400.240.530.2232.5748.3957.45
HexC7975E0183516213039
Octal3072271360306526416071
Binary1100011110010111101111001100011010110110100001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7975E; }

 p { color: rgb(199,151,94); }

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

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

 a { background-color: rgb(199,151,94); }

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

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

 span { border-color: rgb(199,151,94); }

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