Html Css Color HEX #C49D73 Fallow

📋 copy color: '#C49D73'

red 196 ◦ green 157 ◦ blue 115

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

Shades of Fallow #C49D73

Tints of Fallow #C49D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.57%

R = 41.88%
G = 33.55%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C49D73 (or 0xC49D73) is known color: Fallow. HEX triplet: C4, 9D and 73. RGB value is (196,157,115). Sum of RGB (Red+Green+Blue) = 196+157+115=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D73 is #3B628C. Grayscale: #A4A4A4. Windows color (decimal): -3891853 or 7577028. OLE color: 7577028.

HSL color Cylindrical-coordinate representation of color #C49D73: hue angle of 31.11º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C49D73 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 157 115 -
CMYK 0 0.20 0.41 0.23
HSL 31.11º 0.41% 0.61% -
HSV(B) 31.11º 0.41% 0.77% -
XYZ 37.92 37.09 21.38 -
YUV 163.87 100.42 150.92 -
System Red Green Blue C M Y K H S L
Decimal 196 157 115 0 0.20 0.41 0.23 31.11 0.41 0.61
Hex C4 9D 73 0 14 29 17 1F 29 3D
Octal 304 235 163 0 24 51 27 37 51 75
Binary 11000100 10011101 1110011 0 10100 101001 10111 11111 101001 111101

Color Harmonies of #C49D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D73

Black with #C49D73

Text Example


Text Example

White with #C49D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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