#C28D63

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

Shades of Twine #C28D63

Tints of Twine #C28D63

Color information

#C28D63 (or 0xC28D63) is unknown color: approx Twine. HEX triplet: C2, 8D and 63. RGB value is (194,141,99). Sum of RGB (Red+Green+Blue) = 194+141+99=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D63 is #3D729C. Grayscale: #989898. Windows color (decimal): -4027037 or 6524354. OLE color: 6524354.

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

Color convert

RGB19414199-
CMYK00.270.490.24
HSL26.53º43.78%57.45%-
HSV(B)26.53º48.97%76.08%-
XYZ34.0331.4216.08-
YUV152.0698.06157.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=44.70%
G=32.49%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941419900.270.490.2426.5343.7857.45
HexC28D6301B31181b2c39
Octal3022151430336130335471
Binary110000101000110111000110110111100011100011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28D63; }

 p { color: rgb(194,141,99); }

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

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

 a { background-color: rgb(194,141,99); }

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

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

 span { border-color: rgb(194,141,99); }

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