#C28C58

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

Shades of Twine #C28C58

Tints of Twine #C28C58

Color information

#C28C58 (or 0xC28C58) is unknown color: approx Twine. HEX triplet: C2, 8C and 58. RGB value is (194,140,88). Sum of RGB (Red+Green+Blue) = 194+140+88=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C58 is #3D73A7. Grayscale: #969696. Windows color (decimal): -4027304 or 5803202. OLE color: 5803202.

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

Color convert

RGB19414088-
CMYK00.280.550.24
HSL29.43º46.49%55.29%-
HSV(B)29.43º54.64%76.08%-
XYZ33.3930.9313.44-
YUV150.2292.89159.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=45.97%
G=33.18%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941408800.280.550.2429.4346.4955.29
HexC28C5801C37181d2e37
Octal3022141300346730355667
Binary110000101000110010110000111001101111100011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C58; }

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

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

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

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

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

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

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

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