#C28D61

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

Shades of Twine #C28D61

Tints of Twine #C28D61

Color information

#C28D61 (or 0xC28D61) is unknown color: approx Twine. HEX triplet: C2, 8D and 61. RGB value is (194,141,97). Sum of RGB (Red+Green+Blue) = 194+141+97=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D61 is #3D729E. Grayscale: #989898. Windows color (decimal): -4027039 or 6393282. OLE color: 6393282.

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

Color convert

RGB19414197-
CMYK00.270.500.24
HSL27.22º44.29%57.06%-
HSV(B)27.22º50%76.08%-
XYZ33.9331.3815.58-
YUV151.8397.06158.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=44.91%
G=32.64%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941419700.270.500.2427.2244.2957.06
HexC28D6101B32181b2c39
Octal3022151410336230335471
Binary110000101000110111000010110111100101100011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28D61; }

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

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

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

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

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

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

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

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