#C28E50

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

Shades of Twine #C28E50

Tints of Twine #C28E50

Color information

#C28E50 (or 0xC28E50) is unknown color: approx Twine. HEX triplet: C2, 8E and 50. RGB value is (194,142,80). Sum of RGB (Red+Green+Blue) = 194+142+80=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E50 is #3D71AF. Grayscale: #969696. Windows color (decimal): -4026800 or 5279426. OLE color: 5279426.

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

Color convert

RGB19414280-
CMYK00.270.590.24
HSL32.63º48.31%53.73%-
HSV(B)32.63º58.76%76.08%-
XYZ33.3731.3911.89-
YUV150.4888.23159.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 80 (31.64% from 255) = 19.23%
R=46.63%
G=34.13%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941428000.270.590.2432.6348.3153.73
HexC28E5001B3B18213036
Octal3022161200337330416066
Binary1100001010001110101000001101111101111000100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E50; }

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

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

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

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

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

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

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

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