#C2985B

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

Shades of Twine #C2985B

Tints of Twine #C2985B

Color information

#C2985B (or 0xC2985B) is unknown color: approx Twine. HEX triplet: C2, 98 and 5B. RGB value is (194,152,91). Sum of RGB (Red+Green+Blue) = 194+152+91=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2985B is #3D67A4. Grayscale: #9D9D9D. Windows color (decimal): -4024229 or 6002882. OLE color: 6002882.

HSL color Cylindrical-coordinate representation of color #C2985B: hue angle of 35.53º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2985B is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19415291-
CMYK00.220.530.24
HSL35.53º45.78%55.88%-
HSV(B)35.53º53.09%76.08%-
XYZ35.3634.6814.73-
YUV157.690.41153.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 91 (35.94% from 255) = 20.82%
R=44.39%
G=34.78%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941529100.220.530.2435.5345.7855.88
HexC2985B0163518242e38
Octal3022301330266530445670
Binary1100001010011000101101101011011010111000100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2985B; }

 p { color: rgb(194,152,91); }

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

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

 a { background-color: rgb(194,152,91); }

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

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

 span { border-color: rgb(194,152,91); }

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