#C78C58

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

Shades of Twine #C78C58

Tints of Twine #C78C58

Color information

#C78C58 (or 0xC78C58) is unknown color: approx Twine. HEX triplet: C7, 8C and 58. RGB value is (199,140,88). Sum of RGB (Red+Green+Blue) = 199+140+88=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78C58 is #3873A7. Grayscale: #979797. Windows color (decimal): -3699624 or 5803207. OLE color: 5803207.

HSL color Cylindrical-coordinate representation of color #C78C58: hue angle of 28.11º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C78C58 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB19914088-
CMYK00.300.560.22
HSL28.11º49.78%56.27%-
HSV(B)28.11º55.78%78.04%-
XYZ34.6931.613.5-
YUV151.7192.05161.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 88 (34.77% from 255) = 20.61%
R=46.60%
G=32.79%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991408800.300.560.2228.1149.7856.27
HexC78C5801E38161c3238
Octal3072141300367026346270
Binary110001111000110010110000111101110001011011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78C58; }

 p { color: rgb(199,140,88); }

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

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

 a { background-color: rgb(199,140,88); }

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

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

 span { border-color: rgb(199,140,88); }

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