Html Css Color HEX #C49356 Twine

📋 copy color: '#C49356'

red 196 ◦ green 147 ◦ blue 86

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

Shades of Twine #C49356

Tints of Twine #C49356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.05%

R = 45.69%
G = 34.27%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C49356 (or 0xC49356) is known color: Twine. HEX triplet: C4, 93 and 56. RGB value is (196,147,86). Sum of RGB (Red+Green+Blue) = 196+147+86=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C49356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49356 is #3B6CA9. Grayscale: #9A9A9A. Windows color (decimal): -3894442 or 5673924. OLE color: 5673924.

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

Color convert

RGB 196 147 86 -
CMYK 0 0.25 0.56 0.23
HSL 33.27º 0.48% 0.55% -
HSV(B) 33.27º 0.56% 0.77% -
XYZ 34.88 33.28 13.39 -
YUV 154.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 196 147 86 0 0.25 0.56 0.23 33.27 0.48 0.55
Hex C4 93 56 0 19 38 17 21 30 37
Octal 304 223 126 0 31 70 27 41 60 67
Binary 11000100 10010011 1010110 0 11001 111000 10111 100001 110000 110111

Color Harmonies of #C49356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49356

Black with #C49356

Text Example


Text Example

White with #C49356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49356; }

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

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

background-color css

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

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

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

border-color css

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

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

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