#C19464

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

Shades of Fallow #C19464

Tints of Fallow #C19464

Color information

#C19464 (or 0xC19464) is unknown color: approx Fallow. HEX triplet: C1, 94 and 64. RGB value is (193,148,100). Sum of RGB (Red+Green+Blue) = 193+148+100=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C19464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19464 is #3E6B9B. Grayscale: #9C9C9C. Windows color (decimal): -4090780 or 6591681. OLE color: 6591681.

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

Color convert

RGB193148100-
CMYK00.230.480.24
HSL30.97º42.86%57.45%-
HSV(B)30.97º48.19%75.69%-
XYZ34.8833.4416.67-
YUV155.9896.41154.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=43.76%
G=33.56%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314810000.230.480.2430.9742.8657.45
HexC1946401730181f2b39
Octal3012241440276030375371
Binary110000011001010011001000101111100001100011111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19464; }

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

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

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

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

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

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

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

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