#C08D5E

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

Shades of Twine #C08D5E

Tints of Twine #C08D5E

Color information

#C08D5E (or 0xC08D5E) is unknown color: approx Twine. HEX triplet: C0, 8D and 5E. RGB value is (192,141,94). Sum of RGB (Red+Green+Blue) = 192+141+94=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D5E is #3F72A1. Grayscale: #979797. Windows color (decimal): -4158114 or 6196672. OLE color: 6196672.

HSL color Cylindrical-coordinate representation of color #C08D5E: hue angle of 28.78º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C08D5E is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19214194-
CMYK00.270.510.25
HSL28.78º43.75%56.08%-
HSV(B)28.78º51.04%75.29%-
XYZ33.2831.0614.83-
YUV150.8995.9157.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=44.96%
G=33.02%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921419400.270.510.2528.7843.7556.08
HexC08D5E01B33191d2c38
Octal3002151360336331355470
Binary110000001000110110111100110111100111100111101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08D5E; }

 p { color: rgb(192,141,94); }

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

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

 a { background-color: rgb(192,141,94); }

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

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

 span { border-color: rgb(192,141,94); }

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