#C28F60

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

Shades of Twine #C28F60

Tints of Twine #C28F60

Color information

#C28F60 (or 0xC28F60) is unknown color: approx Twine. HEX triplet: C2, 8F and 60. RGB value is (194,143,96). Sum of RGB (Red+Green+Blue) = 194+143+96=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F60 is #3D709F. Grayscale: #999999. Windows color (decimal): -4026528 or 6328258. OLE color: 6328258.

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

Color convert

RGB19414396-
CMYK00.260.510.24
HSL28.78º44.55%56.86%-
HSV(B)28.78º50.52%76.08%-
XYZ34.1831.9615.43-
YUV152.8995.9157.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=44.80%
G=33.03%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941439600.260.510.2428.7844.5556.86
HexC28F6001A33181d2d39
Octal3022171400326330355571
Binary110000101000111111000000110101100111100011101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F60; }

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

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

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

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

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

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

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

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