#C28960

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

Shades of Twine #C28960

Tints of Twine #C28960

Color information

#C28960 (or 0xC28960) is unknown color: approx Twine. HEX triplet: C2, 89 and 60. RGB value is (194,137,96). Sum of RGB (Red+Green+Blue) = 194+137+96=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C28960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28960 is #3D769F. Grayscale: #959595. Windows color (decimal): -4028064 or 6326722. OLE color: 6326722.

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

Color convert

RGB19413796-
CMYK00.290.510.24
HSL25.1º44.55%56.86%-
HSV(B)25.1º50.52%76.08%-
XYZ33.3130.2115.14-
YUV149.3797.88159.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=45.43%
G=32.08%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941379600.290.510.2425.144.5556.86
HexC2896001D3318192d39
Octal3022111400356330315571
Binary110000101000100111000000111011100111100011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28960; }

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

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

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

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

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

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

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

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