#C0945D

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

Shades of Twine #C0945D

Tints of Twine #C0945D

Color information

#C0945D (or 0xC0945D) is unknown color: approx Twine. HEX triplet: C0, 94 and 5D. RGB value is (192,148,93). Sum of RGB (Red+Green+Blue) = 192+148+93=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0945D is #3F6BA2. Grayscale: #9B9B9B. Windows color (decimal): -4156323 or 6132928. OLE color: 6132928.

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

Color convert

RGB19214893-
CMYK00.230.520.25
HSL33.33º44%55.88%-
HSV(B)33.33º51.56%75.29%-
XYZ34.333.1814.95-
YUV154.8993.08154.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=44.34%
G=34.18%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921489300.230.520.2533.334455.88
HexC0945D0173419212c38
Octal3002241350276431415470
Binary1100000010010100101110101011111010011001100001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0945D; }

 p { color: rgb(192,148,93); }

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

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

 a { background-color: rgb(192,148,93); }

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

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

 span { border-color: rgb(192,148,93); }

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