Html Css Color HEX #C49355 Twine

📋 copy color: '#C49355'

red 196 ◦ green 147 ◦ blue 85

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

Shades of Twine #C49355

Tints of Twine #C49355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.86%

R = 45.79%
G = 34.35%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C49355 (or 0xC49355) is known color: Twine. HEX triplet: C4, 93 and 55. RGB value is (196,147,85). Sum of RGB (Red+Green+Blue) = 196+147+85=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C49355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49355 is #3B6CAA. Grayscale: #9A9A9A. Windows color (decimal): -3894443 or 5608388. OLE color: 5608388.

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

Color convert

RGB 196 147 85 -
CMYK 0 0.25 0.57 0.23
HSL 33.51º 0.48% 0.55% -
HSV(B) 33.51º 0.57% 0.77% -
XYZ 34.84 33.26 13.18 -
YUV 154.58 88.73 157.54 -
System Red Green Blue C M Y K H S L
Decimal 196 147 85 0 0.25 0.57 0.23 33.51 0.48 0.55
Hex C4 93 55 0 19 39 17 22 30 37
Octal 304 223 125 0 31 71 27 42 60 67
Binary 11000100 10010011 1010101 0 11001 111001 10111 100010 110000 110111

Color Harmonies of #C49355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49355

Black with #C49355

Text Example


Text Example

White with #C49355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49355; }

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

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

background-color css

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

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

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

border-color css

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

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

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