Html Css Color HEX #C49769 Fallow

📋 copy color: '#C49769'

red 196 ◦ green 151 ◦ blue 105

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

Shades of Fallow #C49769

Tints of Fallow #C49769

RGB

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

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

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

R = 43.36%
G = 33.41%
B = 23.23%

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

#C49769 (or 0xC49769) is known color: Fallow. HEX triplet: C4, 97 and 69. RGB value is (196,151,105). Sum of RGB (Red+Green+Blue) = 196+151+105=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C49769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49769 is #3B6896. Grayscale: #9F9F9F. Windows color (decimal): -3893399 or 6920132. OLE color: 6920132.

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

Color convert

RGB 196 151 105 -
CMYK 0 0.23 0.46 0.23
HSL 30.33º 0.44% 0.59% -
HSV(B) 30.33º 0.46% 0.77% -
XYZ 36.38 34.89 18.18 -
YUV 159.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 196 151 105 0 0.23 0.46 0.23 30.33 0.44 0.59
Hex C4 97 69 0 17 2E 17 1E 2C 3B
Octal 304 227 151 0 27 56 27 36 54 73
Binary 11000100 10010111 1101001 0 10111 101110 10111 11110 101100 111011

Color Harmonies of #C49769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49769

Black with #C49769

Text Example


Text Example

White with #C49769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49769; }

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

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

background-color css

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

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

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

border-color css

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

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

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