#C0985C

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

Shades of Twine #C0985C

Tints of Twine #C0985C

Color information

#C0985C (or 0xC0985C) is unknown color: approx Twine. HEX triplet: C0, 98 and 5C. RGB value is (192,152,92). Sum of RGB (Red+Green+Blue) = 192+152+92=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0985C is #3F67A3. Grayscale: #9D9D9D. Windows color (decimal): -4155300 or 6068416. OLE color: 6068416.

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

Color convert

RGB19215292-
CMYK00.210.520.25
HSL36º44.25%55.69%-
HSV(B)36º52.08%75.29%-
XYZ34.934.4414.93-
YUV157.1291.25152.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 152 (59.77% from 255) = 34.86%
BLUE value IS 92 (36.33% from 255) = 21.10%
R=44.04%
G=34.86%
B=21.10%

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
Decimal1921529200.210.520.253644.2555.69
HexC0985C0153419242c38
Octal3002301340256431445470
Binary1100000010011000101110001010111010011001100100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0985C; }

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

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

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

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

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

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

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

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