Html Css Color HEX #C49261 Twine

📋 copy color: '#C49261'

red 196 ◦ green 146 ◦ blue 97

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

Shades of Twine #C49261

Tints of Twine #C49261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.26%

 BLUE value IS 97 (38.28% from 255) = 22.1%

R = 44.65%
G = 33.26%
B = 22.1%

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

#C49261 (or 0xC49261) is known color: Twine. HEX triplet: C4, 92 and 61. RGB value is (196,146,97). Sum of RGB (Red+Green+Blue) = 196+146+97=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C49261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49261 is #3B6D9E. Grayscale: #9B9B9B. Windows color (decimal): -3894687 or 6394564. OLE color: 6394564.

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

Color convert

RGB 196 146 97 -
CMYK 0 0.26 0.51 0.23
HSL 29.7º 0.46% 0.57% -
HSV(B) 29.7º 0.51% 0.77% -
XYZ 35.2 33.16 15.85 -
YUV 155.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 196 146 97 0 0.26 0.51 0.23 29.7 0.46 0.57
Hex C4 92 61 0 1A 33 17 1E 2E 39
Octal 304 222 141 0 32 63 27 36 56 71
Binary 11000100 10010010 1100001 0 11010 110011 10111 11110 101110 111001

Color Harmonies of #C49261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49261

Black with #C49261

Text Example


Text Example

White with #C49261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49261; }

 p { color: rgb(196,146,97); }

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

background-color css

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

 a { background-color: rgb(196,146,97); }

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

border-color css

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

 span { border-color: rgb(196,146,97); }

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