#C28C5D

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

Shades of Twine #C28C5D

Tints of Twine #C28C5D

Color information

#C28C5D (or 0xC28C5D) is unknown color: approx Twine. HEX triplet: C2, 8C and 5D. RGB value is (194,140,93). Sum of RGB (Red+Green+Blue) = 194+140+93=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C5D is #3D73A2. Grayscale: #979797. Windows color (decimal): -4027299 or 6130882. OLE color: 6130882.

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

Color convert

RGB19414093-
CMYK00.280.520.24
HSL27.92º45.29%56.27%-
HSV(B)27.92º52.06%76.08%-
XYZ33.631.0214.57-
YUV150.7995.39158.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=45.43%
G=32.79%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941409300.280.520.2427.9245.2956.27
HexC28C5D01C34181c2d38
Octal3022141350346430345570
Binary110000101000110010111010111001101001100011100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C5D; }

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

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

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

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

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

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

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

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