#C28E60

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

Shades of Twine #C28E60

Tints of Twine #C28E60

Color information

#C28E60 (or 0xC28E60) is unknown color: approx Twine. HEX triplet: C2, 8E and 60. RGB value is (194,142,96). Sum of RGB (Red+Green+Blue) = 194+142+96=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E60 is #3D719F. Grayscale: #989898. Windows color (decimal): -4026784 or 6328002. OLE color: 6328002.

HSL color Cylindrical-coordinate representation of color #C28E60: hue angle of 28.16º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C28E60 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19414296-
CMYK00.270.510.24
HSL28.16º44.55%56.86%-
HSV(B)28.16º50.52%76.08%-
XYZ34.0331.6615.38-
YUV152.396.23157.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=44.91%
G=32.87%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941429600.270.510.2428.1644.5556.86
HexC28E6001B33181c2d39
Octal3022161400336330345571
Binary110000101000111011000000110111100111100011100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E60; }

 p { color: rgb(194,142,96); }

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

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

 a { background-color: rgb(194,142,96); }

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

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

 span { border-color: rgb(194,142,96); }

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