#C28156

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

Shades of Twine #C28156

Tints of Twine #C28156

Color information

#C28156 (or 0xC28156) is unknown color: approx Twine. HEX triplet: C2, 81 and 56. RGB value is (194,129,86). Sum of RGB (Red+Green+Blue) = 194+129+86=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C28156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28156 is #3D7EA9. Grayscale: #8F8F8F. Windows color (decimal): -4030122 or 5669314. OLE color: 5669314.

HSL color Cylindrical-coordinate representation of color #C28156: hue angle of 23.89º 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 #C28156 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19412986-
CMYK00.340.560.24
HSL23.89º46.96%54.9%-
HSV(B)23.89º55.67%76.08%-
XYZ31.7827.8412.5-
YUV143.5395.53164-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 86 (33.98% from 255) = 21.03%
R=47.43%
G=31.54%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941298600.340.560.2423.8946.9654.9
HexC281560223818182f37
Octal3022011260427030305767
Binary1100001010000001101011001000101110001100011000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28156; }

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

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

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

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

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

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

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

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