#C28F58

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

Shades of Twine #C28F58

Tints of Twine #C28F58

Color information

#C28F58 (or 0xC28F58) is unknown color: approx Twine. HEX triplet: C2, 8F and 58. RGB value is (194,143,88). Sum of RGB (Red+Green+Blue) = 194+143+88=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F58 is #3D70A7. Grayscale: #989898. Windows color (decimal): -4026536 or 5803970. OLE color: 5803970.

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

Color convert

RGB19414388-
CMYK00.260.550.24
HSL31.13º46.49%55.29%-
HSV(B)31.13º54.64%76.08%-
XYZ33.8331.8213.59-
YUV151.9891.9157.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 88 (34.77% from 255) = 20.71%
R=45.65%
G=33.65%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941438800.260.550.2431.1346.4955.29
HexC28F5801A37181f2e37
Octal3022171300326730375667
Binary110000101000111110110000110101101111100011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F58; }

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

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

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

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

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

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

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

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