#C2995E

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

Shades of Twine #C2995E

Tints of Twine #C2995E

Color information

#C2995E (or 0xC2995E) is unknown color: approx Twine. HEX triplet: C2, 99 and 5E. RGB value is (194,153,94). Sum of RGB (Red+Green+Blue) = 194+153+94=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2995E is #3D66A1. Grayscale: #9E9E9E. Windows color (decimal): -4023970 or 6199746. OLE color: 6199746.

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

Color convert

RGB19415394-
CMYK00.210.520.24
HSL35.4º45.05%56.47%-
HSV(B)35.4º51.55%76.08%-
XYZ35.6635.0615.48-
YUV158.5391.58153.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 94 (37.11% from 255) = 21.32%
R=43.99%
G=34.69%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941539400.210.520.2435.445.0556.47
HexC2995E0153418232d38
Octal3022311360256430435570
Binary1100001010011001101111001010111010011000100011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2995E; }

 p { color: rgb(194,153,94); }

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

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

 a { background-color: rgb(194,153,94); }

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

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

 span { border-color: rgb(194,153,94); }

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