Html Css Color HEX #C4A175 Fallow

📋 copy color: '#C4A175'

red 196 ◦ green 161 ◦ blue 117

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

Shades of Fallow #C4A175

Tints of Fallow #C4A175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.97%

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

R = 41.35%
G = 33.97%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C4A175 (or 0xC4A175) is known color: Fallow. HEX triplet: C4, A1 and 75. RGB value is (196,161,117). Sum of RGB (Red+Green+Blue) = 196+161+117=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A175 is #3B5E8A. Grayscale: #A6A6A6. Windows color (decimal): -3890827 or 7709124. OLE color: 7709124.

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

Color convert

RGB 196 161 117 -
CMYK 0 0.18 0.40 0.23
HSL 33.42º 0.4% 0.61% -
HSV(B) 33.42º 0.4% 0.77% -
XYZ 38.72 38.51 22.22 -
YUV 166.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 196 161 117 0 0.18 0.40 0.23 33.42 0.4 0.61
Hex C4 A1 75 0 12 28 17 21 28 3D
Octal 304 241 165 0 22 50 27 41 50 75
Binary 11000100 10100001 1110101 0 10010 101000 10111 100001 101000 111101

Color Harmonies of #C4A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A175

Black with #C4A175

Text Example


Text Example

White with #C4A175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A175; }

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

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

background-color css

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

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

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

border-color css

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

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

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