Html Css Color HEX #C49D55 Twine

📋 copy color: '#C49D55'

red 196 ◦ green 157 ◦ blue 85

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

Shades of Twine #C49D55

Tints of Twine #C49D55

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.84%

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

R = 44.75%
G = 35.84%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C49D55 (or 0xC49D55) is known color: Twine. HEX triplet: C4, 9D and 55. RGB value is (196,157,85). Sum of RGB (Red+Green+Blue) = 196+157+85=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D55 is #3B62AA. Grayscale: #A0A0A0. Windows color (decimal): -3891883 or 5610948. OLE color: 5610948.

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

Color convert

RGB 196 157 85 -
CMYK 0 0.20 0.57 0.23
HSL 38.92º 0.48% 0.55% -
HSV(B) 38.92º 0.57% 0.77% -
XYZ 36.46 36.51 13.72 -
YUV 160.45 85.42 153.35 -
System Red Green Blue C M Y K H S L
Decimal 196 157 85 0 0.20 0.57 0.23 38.92 0.48 0.55
Hex C4 9D 55 0 14 39 17 27 30 37
Octal 304 235 125 0 24 71 27 47 60 67
Binary 11000100 10011101 1010101 0 10100 111001 10111 100111 110000 110111

Color Harmonies of #C49D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D55

Black with #C49D55

Text Example


Text Example

White with #C49D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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