Html Css Color HEX #C49772 Fallow

📋 copy color: '#C49772'

red 196 ◦ green 151 ◦ blue 114

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

Shades of Fallow #C49772

Tints of Fallow #C49772

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.75%

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 42.52%
G = 32.75%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C49772 (or 0xC49772) is known color: Fallow. HEX triplet: C4, 97 and 72. RGB value is (196,151,114). Sum of RGB (Red+Green+Blue) = 196+151+114=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C49772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49772 is #3B688D. Grayscale: #A0A0A0. Windows color (decimal): -3893390 or 7509956. OLE color: 7509956.

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

Color convert

RGB 196 151 114 -
CMYK 0 0.23 0.42 0.23
HSL 27.07º 0.41% 0.61% -
HSV(B) 27.07º 0.42% 0.77% -
XYZ 36.87 35.08 20.75 -
YUV 160.24 101.91 153.51 -
System Red Green Blue C M Y K H S L
Decimal 196 151 114 0 0.23 0.42 0.23 27.07 0.41 0.61
Hex C4 97 72 0 17 2A 17 1B 29 3D
Octal 304 227 162 0 27 52 27 33 51 75
Binary 11000100 10010111 1110010 0 10111 101010 10111 11011 101001 111101

Color Harmonies of #C49772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49772

Black with #C49772

Text Example


Text Example

White with #C49772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49772; }

 p { color: rgb(196,151,114); }

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

background-color css

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

 a { background-color: rgb(196,151,114); }

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

border-color css

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

 span { border-color: rgb(196,151,114); }

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