#C28C56

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

Shades of Twine #C28C56

Tints of Twine #C28C56

Color information

#C28C56 (or 0xC28C56) is unknown color: approx Twine. HEX triplet: C2, 8C and 56. RGB value is (194,140,86). Sum of RGB (Red+Green+Blue) = 194+140+86=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C56 is #3D73A9. Grayscale: #969696. Windows color (decimal): -4027306 or 5672130. OLE color: 5672130.

HSL color Cylindrical-coordinate representation of color #C28C56: hue angle of 30º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C28C56 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19414086-
CMYK00.280.560.24
HSL30º46.96%54.9%-
HSV(B)30º55.67%76.08%-
XYZ33.3130.913.01-
YUV149.9991.89159.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.19%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 20.48%
R=46.19%
G=33.33%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941408600.280.560.243046.9654.9
HexC28C5601C38181e2f37
Octal3022141260347030365767
Binary110000101000110010101100111001110001100011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C56; }

 p { color: rgb(194,140,86); }

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

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

 a { background-color: rgb(194,140,86); }

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

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

 span { border-color: rgb(194,140,86); }

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