#C19D64

Color #C19D64 Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #C19D64

Tints of Fallow #C19D64

Color information

#C19D64 (or 0xC19D64) is unknown color: approx Fallow. HEX triplet: C1, 9D and 64. RGB value is (193,157,100). Sum of RGB (Red+Green+Blue) = 193+157+100=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19D64 is #3E629B. Grayscale: #A1A1A1. Windows color (decimal): -4088476 or 6593985. OLE color: 6593985.

HSL color Cylindrical-coordinate representation of color #C19D64: hue angle of 36.77º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C19D64 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB193157100-
CMYK00.190.480.24
HSL36.77º42.86%57.45%-
HSV(B)36.77º48.19%75.69%-
XYZ36.3536.3717.16-
YUV161.2793.43150.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.89%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=42.89%
G=34.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315710000.190.480.2436.7742.8657.45
HexC19D640133018252b39
Octal3012351440236030455371
Binary1100000110011101110010001001111000011000100101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19D64; }

 p { color: rgb(193,157,100); }

 H1.HeaderClassName
 {
   color: #C19D64;
 }
 .AnyTagClassName
 {
   color: #C19D64;
 }
</style>
background-color css

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

 a { background-color: rgb(193,157,100); }

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

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

 span { border-color: rgb(193,157,100); }

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