#C08960

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

Shades of Twine #C08960

Tints of Twine #C08960

Color information

#C08960 (or 0xC08960) is unknown color: approx Twine. HEX triplet: C0, 89 and 60. RGB value is (192,137,96). Sum of RGB (Red+Green+Blue) = 192+137+96=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C08960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08960 is #3F769F. Grayscale: #949494. Windows color (decimal): -4159136 or 6326720. OLE color: 6326720.

HSL color Cylindrical-coordinate representation of color #C08960: hue angle of 25.63º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C08960 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19213796-
CMYK00.290.500.25
HSL25.63º43.24%56.47%-
HSV(B)25.63º50%75.29%-
XYZ32.829.9415.12-
YUV148.7798.22158.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=45.18%
G=32.24%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921379600.290.500.2525.6343.2456.47
HexC0896001D32191a2b38
Octal3002111400356231325370
Binary110000001000100111000000111011100101100111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08960; }

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

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

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

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

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

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

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

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