Html Css Color HEX #C49350 Twine

📋 copy color: '#C49350'

red 196 ◦ green 147 ◦ blue 80

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

Shades of Twine #C49350

Tints of Twine #C49350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.91%

R = 46.34%
G = 34.75%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C49350 (or 0xC49350) is known color: Twine. HEX triplet: C4, 93 and 50. RGB value is (196,147,80). Sum of RGB (Red+Green+Blue) = 196+147+80=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C49350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49350 is #3B6CAF. Grayscale: #9A9A9A. Windows color (decimal): -3894448 or 5280708. OLE color: 5280708.

HSL color Cylindrical-coordinate representation of color #C49350: hue angle of 34.66º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C49350 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 80 -
CMYK 0 0.25 0.59 0.23
HSL 34.66º 0.5% 0.54% -
HSV(B) 34.66º 0.59% 0.77% -
XYZ 34.65 33.18 12.17 -
YUV 154.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 196 147 80 0 0.25 0.59 0.23 34.66 0.5 0.54
Hex C4 93 50 0 19 3B 17 23 32 36
Octal 304 223 120 0 31 73 27 43 62 66
Binary 11000100 10010011 1010000 0 11001 111011 10111 100011 110010 110110

Color Harmonies of #C49350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49350

Black with #C49350

Text Example


Text Example

White with #C49350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49350; }

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

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

background-color css

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

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

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

border-color css

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

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

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