#C0985A

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

Shades of Twine #C0985A

Tints of Twine #C0985A

Color information

#C0985A (or 0xC0985A) is unknown color: approx Twine. HEX triplet: C0, 98 and 5A. RGB value is (192,152,90). Sum of RGB (Red+Green+Blue) = 192+152+90=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0985A is #3F67A5. Grayscale: #9D9D9D. Windows color (decimal): -4155302 or 5937344. OLE color: 5937344.

HSL color Cylindrical-coordinate representation of color #C0985A: hue angle of 36.47º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0985A is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19215290-
CMYK00.210.530.25
HSL36.47º44.74%55.29%-
HSV(B)36.47º53.12%75.29%-
XYZ34.8134.414.48-
YUV156.8990.25153.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 90 (35.55% from 255) = 20.74%
R=44.24%
G=35.02%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921529000.210.530.2536.4744.7455.29
HexC0985A0153519242d37
Octal3002301320256531445567
Binary1100000010011000101101001010111010111001100100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0985A; }

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

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

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

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

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

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

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

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