Html Css Color HEX #C49361 Twine

📋 copy color: '#C49361'

red 196 ◦ green 147 ◦ blue 97

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

Shades of Twine #C49361

Tints of Twine #C49361

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.41%

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

R = 44.55%
G = 33.41%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C49361 (or 0xC49361) is known color: Twine. HEX triplet: C4, 93 and 61. RGB value is (196,147,97). Sum of RGB (Red+Green+Blue) = 196+147+97=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C49361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49361 is #3B6C9E. Grayscale: #9C9C9C. Windows color (decimal): -3894431 or 6394820. OLE color: 6394820.

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

Color convert

RGB 196 147 97 -
CMYK 0 0.25 0.51 0.23
HSL 30.3º 0.46% 0.57% -
HSV(B) 30.3º 0.51% 0.77% -
XYZ 35.36 33.47 15.91 -
YUV 155.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 196 147 97 0 0.25 0.51 0.23 30.3 0.46 0.57
Hex C4 93 61 0 19 33 17 1E 2E 39
Octal 304 223 141 0 31 63 27 36 56 71
Binary 11000100 10010011 1100001 0 11001 110011 10111 11110 101110 111001

Color Harmonies of #C49361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49361

Black with #C49361

Text Example


Text Example

White with #C49361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49361; }

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

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

background-color css

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

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

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

border-color css

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

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

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