#C78E4F

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

Shades of Twine #C78E4F

Tints of Twine #C78E4F

Color information

#C78E4F (or 0xC78E4F) is unknown color: approx Twine. HEX triplet: C7, 8E and 4F. RGB value is (199,142,79). Sum of RGB (Red+Green+Blue) = 199+142+79=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78E4F is #3871B0. Grayscale: #989898. Windows color (decimal): -3699121 or 5213895. OLE color: 5213895.

HSL color Cylindrical-coordinate representation of color #C78E4F: hue angle of 31.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C78E4F is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19914279-
CMYK00.290.600.22
HSL31.5º51.72%54.51%-
HSV(B)31.5º60.3%78.04%-
XYZ34.6432.0511.76-
YUV151.8686.88161.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.38%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 79 (31.25% from 255) = 18.81%
R=47.38%
G=33.81%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991427900.290.600.2231.551.7254.51
HexC78E4F01D3C16203437
Octal3072161170357426406467
Binary1100011110001110100111101110111110010110100000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78E4F; }

 p { color: rgb(199,142,79); }

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

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

 a { background-color: rgb(199,142,79); }

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

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

 span { border-color: rgb(199,142,79); }

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