Html Css Color HEX #C49160 Twine

📋 copy color: '#C49160'

red 196 ◦ green 145 ◦ blue 96

#C49160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #C49160

Tints of Twine #C49160

RGB

 RED value IS 196 (76.95% from 255) = 44.85%

 GREEN value IS 145 (57.03% from 255) = 33.18%

 BLUE value IS 96 (37.89% from 255) = 21.97%

R = 44.85%
G = 33.18%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C49160 (or 0xC49160) is known color: Twine. HEX triplet: C4, 91 and 60. RGB value is (196,145,96). Sum of RGB (Red+Green+Blue) = 196+145+96=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C49160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49160 is #3B6E9F. Grayscale: #9A9A9A. Windows color (decimal): -3894944 or 6328772. OLE color: 6328772.

HSL color Cylindrical-coordinate representation of color #C49160: hue angle of 29.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C49160 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 145 96 -
CMYK 0 0.26 0.51 0.23
HSL 29.4º 0.46% 0.57% -
HSV(B) 29.4º 0.51% 0.77% -
XYZ 35 32.83 15.56 -
YUV 154.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 196 145 96 0 0.26 0.51 0.23 29.4 0.46 0.57
Hex C4 91 60 0 1A 33 17 1D 2E 39
Octal 304 221 140 0 32 63 27 35 56 71
Binary 11000100 10010001 1100000 0 11010 110011 10111 11101 101110 111001

Color Harmonies of #C49160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49160

Black with #C49160

Text Example


Text Example

White with #C49160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49160; }

 p { color: rgb(196,145,96); }

 H1.HeaderClassName
 {
   color: #C49160;
 }
 .AnyTagClassName
 {
   color: #C49160;
 }
</style>

background-color css

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

 a { background-color: rgb(196,145,96); }

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

border-color css

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

 span { border-color: rgb(196,145,96); }

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