#C28E51

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

Shades of Twine #C28E51

Tints of Twine #C28E51

Color information

#C28E51 (or 0xC28E51) is unknown color: approx Twine. HEX triplet: C2, 8E and 51. RGB value is (194,142,81). Sum of RGB (Red+Green+Blue) = 194+142+81=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E51 is #3D71AE. Grayscale: #969696. Windows color (decimal): -4026799 or 5344962. OLE color: 5344962.

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

Color convert

RGB19414281-
CMYK00.270.580.24
HSL32.39º48.09%53.92%-
HSV(B)32.39º58.25%76.08%-
XYZ33.4131.4112.09-
YUV150.5988.73158.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.52%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 81 (32.03% from 255) = 19.42%
R=46.52%
G=34.05%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941428100.270.580.2432.3948.0953.92
HexC28E5101B3A18203036
Octal3022161210337230406066
Binary1100001010001110101000101101111101011000100000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E51; }

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

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

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

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

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

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

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

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