Html Css Color HEX #C49565 Fallow

📋 copy color: '#C49565'

red 196 ◦ green 149 ◦ blue 101

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

Shades of Fallow #C49565

Tints of Fallow #C49565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.41%

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 43.95%
G = 33.41%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C49565 (or 0xC49565) is known color: Fallow. HEX triplet: C4, 95 and 65. RGB value is (196,149,101). Sum of RGB (Red+Green+Blue) = 196+149+101=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C49565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49565 is #3B6A9A. Grayscale: #9D9D9D. Windows color (decimal): -3893915 or 6657476. OLE color: 6657476.

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

Color convert

RGB 196 149 101 -
CMYK 0 0.24 0.48 0.23
HSL 30.32º 0.45% 0.58% -
HSV(B) 30.32º 0.48% 0.77% -
XYZ 35.86 34.17 17.02 -
YUV 157.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 196 149 101 0 0.24 0.48 0.23 30.32 0.45 0.58
Hex C4 95 65 0 18 30 17 1E 2D 3A
Octal 304 225 145 0 30 60 27 36 55 72
Binary 11000100 10010101 1100101 0 11000 110000 10111 11110 101101 111010

Color Harmonies of #C49565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49565

Black with #C49565

Text Example


Text Example

White with #C49565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49565; }

 p { color: rgb(196,149,101); }

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

background-color css

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

 a { background-color: rgb(196,149,101); }

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

border-color css

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

 span { border-color: rgb(196,149,101); }

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