Html Css Color HEX #C49669 Fallow

📋 copy color: '#C49669'

red 196 ◦ green 150 ◦ blue 105

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

Shades of Fallow #C49669

Tints of Fallow #C49669

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.26%

 BLUE value IS 105 (41.41% from 255) = 23.28%

R = 43.46%
G = 33.26%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C49669 (or 0xC49669) is known color: Fallow. HEX triplet: C4, 96 and 69. RGB value is (196,150,105). Sum of RGB (Red+Green+Blue) = 196+150+105=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C49669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49669 is #3B6996. Grayscale: #9E9E9E. Windows color (decimal): -3893655 or 6919876. OLE color: 6919876.

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

Color convert

RGB 196 150 105 -
CMYK 0 0.23 0.46 0.23
HSL 29.67º 0.44% 0.59% -
HSV(B) 29.67º 0.46% 0.77% -
XYZ 36.22 34.57 18.13 -
YUV 158.62 97.74 154.66 -
System Red Green Blue C M Y K H S L
Decimal 196 150 105 0 0.23 0.46 0.23 29.67 0.44 0.59
Hex C4 96 69 0 17 2E 17 1E 2C 3B
Octal 304 226 151 0 27 56 27 36 54 73
Binary 11000100 10010110 1101001 0 10111 101110 10111 11110 101100 111011

Color Harmonies of #C49669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49669

Black with #C49669

Text Example


Text Example

White with #C49669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49669; }

 p { color: rgb(196,150,105); }

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

background-color css

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

 a { background-color: rgb(196,150,105); }

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

border-color css

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

 span { border-color: rgb(196,150,105); }

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