Html Css Color HEX #C49155 Twine

📋 copy color: '#C49155'

red 196 ◦ green 145 ◦ blue 85

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

Shades of Twine #C49155

Tints of Twine #C49155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.04%

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

R = 46.01%
G = 34.04%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C49155 (or 0xC49155) is known color: Twine. HEX triplet: C4, 91 and 55. RGB value is (196,145,85). Sum of RGB (Red+Green+Blue) = 196+145+85=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C49155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49155 is #3B6EAA. Grayscale: #999999. Windows color (decimal): -3894955 or 5607876. OLE color: 5607876.

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

Color convert

RGB 196 145 85 -
CMYK 0 0.26 0.57 0.23
HSL 32.43º 0.48% 0.55% -
HSV(B) 32.43º 0.57% 0.77% -
XYZ 34.53 32.64 13.08 -
YUV 153.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 196 145 85 0 0.26 0.57 0.23 32.43 0.48 0.55
Hex C4 91 55 0 1A 39 17 20 30 37
Octal 304 221 125 0 32 71 27 40 60 67
Binary 11000100 10010001 1010101 0 11010 111001 10111 100000 110000 110111

Color Harmonies of #C49155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49155

Black with #C49155

Text Example


Text Example

White with #C49155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49155; }

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

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

background-color css

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

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

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

border-color css

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

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

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