#C7915C

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

Shades of Twine #C7915C

Tints of Twine #C7915C

Color information

#C7915C (or 0xC7915C) is unknown color: approx Twine. HEX triplet: C7, 91 and 5C. RGB value is (199,145,92). Sum of RGB (Red+Green+Blue) = 199+145+92=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7915C is #386EA3. Grayscale: #9B9B9B. Windows color (decimal): -3698340 or 6066631. OLE color: 6066631.

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

Color convert

RGB19914592-
CMYK00.270.540.22
HSL29.72º48.86%57.06%-
HSV(B)29.72º53.77%78.04%-
XYZ35.6133.1714.65-
YUV155.192.39159.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.64%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 92 (36.33% from 255) = 21.10%
R=45.64%
G=33.26%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991459200.270.540.2229.7248.8657.06
HexC7915C01B36161e3139
Octal3072211340336626366171
Binary110001111001000110111000110111101101011011110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7915C; }

 p { color: rgb(199,145,92); }

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

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

 a { background-color: rgb(199,145,92); }

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

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

 span { border-color: rgb(199,145,92); }

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