Html Css Color HEX #C49060 Twine

📋 copy color: '#C49060'

red 196 ◦ green 144 ◦ blue 96

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

Shades of Twine #C49060

Tints of Twine #C49060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.03%

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

R = 44.95%
G = 33.03%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C49060 (or 0xC49060) is known color: Twine. HEX triplet: C4, 90 and 60. RGB value is (196,144,96). Sum of RGB (Red+Green+Blue) = 196+144+96=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C49060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49060 is #3B6F9F. Grayscale: #9A9A9A. Windows color (decimal): -3895200 or 6328516. OLE color: 6328516.

HSL color Cylindrical-coordinate representation of color #C49060: hue angle of 28.8º 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 #C49060 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 96 -
CMYK 0 0.27 0.51 0.23
HSL 28.8º 0.46% 0.57% -
HSV(B) 28.8º 0.51% 0.77% -
XYZ 34.85 32.53 15.51 -
YUV 154.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 196 144 96 0 0.27 0.51 0.23 28.8 0.46 0.57
Hex C4 90 60 0 1B 33 17 1D 2E 39
Octal 304 220 140 0 33 63 27 35 56 71
Binary 11000100 10010000 1100000 0 11011 110011 10111 11101 101110 111001

Color Harmonies of #C49060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49060

Black with #C49060

Text Example


Text Example

White with #C49060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49060; }

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

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

background-color css

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

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

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

border-color css

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

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

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