Html Css Color HEX #C49F75 Fallow

📋 copy color: '#C49F75'

red 196 ◦ green 159 ◦ blue 117

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

Shades of Fallow #C49F75

Tints of Fallow #C49F75

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.69%

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 41.53%
G = 33.69%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C49F75 (or 0xC49F75) is known color: Fallow. HEX triplet: C4, 9F and 75. RGB value is (196,159,117). Sum of RGB (Red+Green+Blue) = 196+159+117=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F75 is #3B608A. Grayscale: #A5A5A5. Windows color (decimal): -3891339 or 7708612. OLE color: 7708612.

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

Color convert

RGB 196 159 117 -
CMYK 0 0.19 0.40 0.23
HSL 31.9º 0.4% 0.61% -
HSV(B) 31.9º 0.4% 0.77% -
XYZ 38.37 37.82 22.11 -
YUV 165.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 196 159 117 0 0.19 0.40 0.23 31.9 0.4 0.61
Hex C4 9F 75 0 13 28 17 20 28 3D
Octal 304 237 165 0 23 50 27 40 50 75
Binary 11000100 10011111 1110101 0 10011 101000 10111 100000 101000 111101

Color Harmonies of #C49F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F75

Black with #C49F75

Text Example


Text Example

White with #C49F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F75; }

 p { color: rgb(196,159,117); }

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

background-color css

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

 a { background-color: rgb(196,159,117); }

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

border-color css

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

 span { border-color: rgb(196,159,117); }

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