#C0985D

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

Shades of Twine #C0985D

Tints of Twine #C0985D

Color information

#C0985D (or 0xC0985D) is unknown color: approx Twine. HEX triplet: C0, 98 and 5D. RGB value is (192,152,93). Sum of RGB (Red+Green+Blue) = 192+152+93=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0985D is #3F67A2. Grayscale: #9D9D9D. Windows color (decimal): -4155299 or 6133952. OLE color: 6133952.

HSL color Cylindrical-coordinate representation of color #C0985D: hue angle of 35.76º 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 #C0985D is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19215293-
CMYK00.210.520.25
HSL35.76º44%55.88%-
HSV(B)35.76º51.56%75.29%-
XYZ34.9434.4515.16-
YUV157.2391.75152.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=43.94%
G=34.78%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921529300.210.520.2535.764455.88
HexC0985D0153419242c38
Octal3002301350256431445470
Binary1100000010011000101110101010111010011001100100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0985D; }

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

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

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

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

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

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

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

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